Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b32a036

Browse files
author
stonebig
committed
small fix
copy/paste error (even if with no apparent effect)
1 parent 66f5375 commit b32a036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ def _create_batch_scripts(self):
885885
self.create_batch_script('wpcp.bat',r"""@echo off
886886
call "%~dp0env_for_icons.bat"
887887
cd/D "%WINPYWORKDIR%"
888-
%WINPYDIR%\python.exe -m winpython.controlpanel --reset %*
888+
%WINPYDIR%\python.exe -m winpython.controlpanel %*
889889
""")
890890

891891
#self.create_python_batch('wpcp.bat', '-m winpython.controlpanel',

0 commit comments

Comments
 (0)