chore: add inline updater
This commit is contained in:
6
src-tauri/nsis-hooks.nsh
Normal file
6
src-tauri/nsis-hooks.nsh
Normal file
@@ -0,0 +1,6 @@
|
||||
!macro NSIS_HOOK_POSTINSTALL
|
||||
${If} $PassiveMode = 1
|
||||
${OrIf} ${Silent}
|
||||
Exec '"$INSTDIR\${MAINBINARYNAME}.exe"'
|
||||
${EndIf}
|
||||
!macroend
|
Reference in New Issue
Block a user