Skip to content

Commit 4f2661d

Browse files
author
stonebig
committed
"spyder reset" icon is back
by user's demand
1 parent b1eaeeb commit 4f2661d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

make.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,10 @@ def _create_launchers(self):
504504
command='wscript.exe',
505505
args=r'Noshell.vbs spyder.bat')
506506

507+
self.create_launcher('Spyder reset.exe', 'spyder_reset.ico',
508+
command='wscript.exe',
509+
args=r'Noshell.vbs spyder_reset.bat')
510+
507511
self.create_launcher('WinPython Control Panel.exe', 'winpython.ico',
508512
command='wscript.exe',
509513
args=r'Noshell.vbs wpcp.bat')

0 commit comments

Comments
 (0)