Skip to content

Commit bce1a76

Browse files
committed
Fix installer script: move explorer command to after cleanup
1 parent 9fb9c6f commit bce1a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build_installer.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ set RLSPTH=%ROOTPATH%\releases\%CI_DST%-%CI_VER%_release
4141
if exist "%RLSPTH%" ( rmdir /s /q "%RLSPTH%" )
4242
mkdir %RLSPTH%
4343
move /Y %ROOTPATH%\wix\%CI_DST%-%CI_VER%.msi %RLSPTH%\%CI_DST%-%CI_VER%_%PYSUFFIX%.msi
44-
explorer %RLSPTH%
4544

4645
@REM Clean up
4746
rmdir /S /Q ".\tmp"
4847

48+
explorer %RLSPTH% || exit /b 0
49+
4950
call %FUNC% EndOfScript

0 commit comments

Comments
 (0)