Skip to content

Commit 78e879a

Browse files
committed
a miss
1 parent 9d87ece commit 78e879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_a_winpython_distro.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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%%my_release_level
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)