Skip to content

Commit caddb6b

Browse files
avalonresetclaude
andcommitted
Don't launch app until user confirms on installer finish page
Removed early Exec from NSIS post-install hook. The app now only launches when the user clicks Finish with the launch checkbox checked. Hotkey daemon starts alongside via ensure_hotkeys_daemon(). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 91c96ae commit caddb6b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src-tauri/hooks.nsh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
Goto model_retry
7878
model_exists:
7979

80-
; --- Launch the main app (it will start the hotkey daemon automatically) ---
81-
Exec '"$INSTDIR\hyperyap.exe"'
80+
; App launch is handled by the NSIS finish page checkbox (default: on)
8281
!macroend
8382

8483
!macro NSIS_HOOK_POSTUNINSTALL

0 commit comments

Comments
 (0)