fix: Fixed variable name
This commit is contained in:
parent
1bc434b370
commit
f1e10c8be2
@ -99,7 +99,7 @@ endif
|
|||||||
; You can use $LicenseKey$ var to pass a license key to the installer
|
; You can use $LicenseKey$ var to pass a license key to the installer
|
||||||
;
|
;
|
||||||
; === Nullsoft Scriptable Install System ================================================================
|
; === Nullsoft Scriptable Install System ================================================================
|
||||||
"Install32Exe" /S /D="$InstallDir32$"
|
"$Install32Exe$" /S /D="$InstallDir32$"
|
||||||
"%ScriptPath%\associate.cmd"
|
"%ScriptPath%\associate.cmd"
|
||||||
|
|
||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
|
Loading…
Reference in New Issue
Block a user