Skip to content

Commit

Permalink
fix: silent installation script typo
Browse files Browse the repository at this point in the history
+2: 跳过当前指令和下一条指令

fixes: 8e6b477
  • Loading branch information
Yh793 authored and fxliang committed Jan 2, 2025
1 parent 3f1e05b commit c599f2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions output/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,7 @@ program_files:
; run as user...
IfSilent +2
ExecWait "$INSTDIR\WeaselDeployer.exe /install"
Goto deploy_done

ExecWait "$INSTDIR\WeaselDeployer.exe /deploy"
deploy_done:
; ...
ExecWait "$INSTDIR\WeaselDeployer.exe /deploy"

; don't redirect on 64 bit system for auto run setting
${If} ${IsNativeARM64}
Expand Down

0 comments on commit c599f2e

Please sign in to comment.