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:
parent
edfb62b946
commit
a821a3ee5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue