From b32a0360fd7b531acf5ed742b7fb32152da4a351 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 6 Mar 2016 23:13:04 +0100 Subject: [PATCH] small fix copy/paste error (even if with no apparent effect) --- make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.py b/make.py index 0f3da1e8..fec1f34e 100644 --- a/make.py +++ b/make.py @@ -885,7 +885,7 @@ def _create_batch_scripts(self): self.create_batch_script('wpcp.bat',r"""@echo off call "%~dp0env_for_icons.bat" cd/D "%WINPYWORKDIR%" -%WINPYDIR%\python.exe -m winpython.controlpanel --reset %* +%WINPYDIR%\python.exe -m winpython.controlpanel %* """) #self.create_python_batch('wpcp.bat', '-m winpython.controlpanel',