Skip to content

Commit 026346e

Browse files
committed
Fix /StartAfterInstall flag
1 parent 27752f9 commit 026346e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ FunctionEnd
9090

9191
Function checkLaunchParam
9292
Call getParams
93-
${GetOptions} $0 "/StartAfterInstall" $1
93+
${GetOptions} $Parameters "/StartAfterInstall" $1
9494
${IfNot} ${Errors}
9595
Exec "$INSTDIR\${PRODUCT}.exe"
9696
${EndIf}

0 commit comments

Comments
 (0)