mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
replace name of script for inner invocation
This commit is contained in:
parent
3cc8457a98
commit
6b796a26b0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue