Skip to content

Commit

Permalink
Fix /StartAfterInstall flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Crozzers committed Dec 22, 2024
1 parent 27752f9 commit 026346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ FunctionEnd

Function checkLaunchParam
Call getParams
${GetOptions} $0 "/StartAfterInstall" $1
${GetOptions} $Parameters "/StartAfterInstall" $1
${IfNot} ${Errors}
Exec "$INSTDIR\${PRODUCT}.exe"
${EndIf}
Expand Down

0 comments on commit 026346e

Please sign in to comment.