Skip to content

Commit edc7a08

Browse files
committed
Merge pull request #279 from stonebig/master
small fix
2 parents 5b24e1c + b32a036 commit edc7a08

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)