mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 14:53:01 +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.
|
; it is invoked, will just write the uninstaller to some location, and then exit.
|
||||||
; Be sure to substitute the name of this script here.
|
; 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
|
; So now run that installer we just created as %TEMP%\tempinstaller.exe. Since it
|
||||||
; calls quit the return value isn't zero.
|
; calls quit the return value isn't zero.
|
||||||
|
|
Loading…
Reference in a new issue