Skip to content

Commit c599f2e

Browse files
Yh793fxliang
authored andcommitted
fix: silent installation script typo
+2: 跳过当前指令和下一条指令 fixes: 8e6b477
1 parent 3f1e05b commit c599f2e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

output/install.nsi

+1-5
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,7 @@ program_files:
304304
; run as user...
305305
IfSilent +2
306306
ExecWait "$INSTDIR\WeaselDeployer.exe /install"
307-
Goto deploy_done
308-
309-
ExecWait "$INSTDIR\WeaselDeployer.exe /deploy"
310-
deploy_done:
311-
; ...
307+
ExecWait "$INSTDIR\WeaselDeployer.exe /deploy"
312308

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

0 commit comments

Comments
 (0)