Skip to content

Commit 9d87ece

Browse files
committed
fix naming of the compressed WinPython
1 parent 6341a98 commit 9d87ece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generate_a_winpython_distro.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
rem generate_a_winpython_distro.bat: to be launched from a winpython directory, where 'make.py' is
22
@echo on
33

4-
REM Initialize variables
5-
if "%my_release_level%"=="" set my_release_level=
4+
REM Initialize variables -!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!
5+
if "%my_release_level%"=="" set my_release_level=b1
66
if "%my_create_installer%"=="" set my_create_installer=True
77

88
rem Set archive directory and log file
@@ -221,7 +221,7 @@ set out=WinPython%my_flavor%-%my_arch%bit-%WINPYVER2%_History.md
221221
copy/y %my_basedir%\bu%my_flavor%\%out% %~dp0changelogs\%out%
222222

223223
rem compress
224-
set stem=WinPython%my_arch%-%WINPYVER2%%my_flavor%
224+
set stem=WinPython%my_arch%-%WINPYVER2%%my_flavor%%my_release_level
225225
%target_python_exe% -c "from wppm import utils;utils.command_installer_7zip(r'%my_WINPYDIRBASE%', r'%my_WINPYDIRBASE%\..',r'%stem%', r'%my_create_installer%')"
226226

227227
echo -------------------------------------- >>%my_archive_log%

0 commit comments

Comments
 (0)