Fix Library.nsi test script on non-Windows by making it use Contrib/UIs/default.exe instead of makensis.exe, which isn't built except on Windows.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5878 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2008-12-21 00:49:43 +00:00
parent edfb62b946
commit a821a3ee5e

View file

@ -17,7 +17,7 @@ XPStyle on
RequestExecutionLevel user
!define TestDLL '"${NSISDIR}\Plugins\LangDLL.dll"'
!define TestEXE '"${NSISDIR}\makensis.exe"'
!define TestEXE '"${NSISDIR}\Contrib\UIs\default.exe"'
Section