From 4f2661dc564f29325d817d1fee77bc3eb77b8e32 Mon Sep 17 00:00:00 2001 From: stonebig Date: Thu, 24 Mar 2016 20:26:36 +0100 Subject: [PATCH] "spyder reset" icon is back by user's demand --- make.py | 4 ++++ 1 file changed, 4 insertions(+) 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')