replace name of script for inner invocation

This commit is contained in:
Stephen Birarda 2016-01-12 17:13:00 -08:00
parent 3cc8457a98
commit 6b796a26b0

View file

@ -42,7 +42,7 @@
; it is invoked, will just write the uninstaller to some location, and then exit.
; Be sure to substitute the name of this script here.
!system "$\"${NSISDIR}\makensis$\" /DINNER <name_of_script>.nsi" = 0
!system "$\"${NSISDIR}\makensis$\" /DINNER project.nsi" = 0
; So now run that installer we just created as %TEMP%\tempinstaller.exe. Since it
; calls quit the return value isn't zero.