File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ REM ======================================================
88setlocal enabledelayedexpansion
99call %~dp0 utils GetScriptPath SCRIPTPATH
1010call %FUNC% SetEnvVars
11- set ROOTPATH = %SCRIPTPATH% \..\
11+ set ROOTPATH = %SCRIPTPATH% \..
1212cd %ROOTPATH%
1313
1414@ REM CI_WPI=Winpython64-3.9.10.0dot.exe => PYSUFFIX=Py39
@@ -37,7 +37,7 @@ wix build "wix\%CI_DST%-%CI_VER%.wxs" -ext WixToolset.UI.wixext
3737@ REM Create release directory
3838@ REM ===========================================================================
3939if not exist " %ROOTPATH% \releases" ( mkdir " %ROOTPATH% \releases" )
40- set RLSPTH = %ROOTPATH% \releases\%CI_DST% -%CI_VER% _release\
40+ set RLSPTH = %ROOTPATH% \releases\%CI_DST% -%CI_VER% _release
4141if exist " %RLSPTH% " ( rmdir /s /q " %RLSPTH% " )
4242mkdir %RLSPTH%
4343move /Y %ROOTPATH% \wix\%CI_DST% -%CI_VER% .msi %RLSPTH% \%CI_DST% -%CI_VER% _%PYSUFFIX% .msi
You can’t perform that action at this time.
0 commit comments