Files
EZPPLauncher/src-tauri/nsis-hooks.nsh
2025-07-30 20:26:05 +02:00

6 lines
148 B
NSIS

!macro NSIS_HOOK_POSTINSTALL
${If} $PassiveMode = 1
${OrIf} ${Silent}
Exec '"$INSTDIR\${MAINBINARYNAME}.exe"'
${EndIf}
!macroend