diff --git a/make.py b/make.py index 2ac14afd..4da20ec3 100644 --- a/make.py +++ b/make.py @@ -504,6 +504,10 @@ def _create_launchers(self): command='wscript.exe', args=r'Noshell.vbs spyder.bat') + self.create_launcher('Spyder reset.exe', 'spyder_reset.ico', + command='wscript.exe', + args=r'Noshell.vbs spyder_reset.bat') + self.create_launcher('WinPython Control Panel.exe', 'winpython.ico', command='wscript.exe', args=r'Noshell.vbs wpcp.bat')