We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb9c6f commit bce1a76Copy full SHA for bce1a76
scripts/build_installer.bat
@@ -41,9 +41,10 @@ set RLSPTH=%ROOTPATH%\releases\%CI_DST%-%CI_VER%_release
41
if exist "%RLSPTH%" ( rmdir /s /q "%RLSPTH%" )
42
mkdir %RLSPTH%
43
move /Y %ROOTPATH%\wix\%CI_DST%-%CI_VER%.msi %RLSPTH%\%CI_DST%-%CI_VER%_%PYSUFFIX%.msi
44
-explorer %RLSPTH%
45
46
@REM Clean up
47
rmdir /S /Q ".\tmp"
48
+explorer %RLSPTH% || exit /b 0
49
+
50
call %FUNC% EndOfScript
0 commit comments