Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cbed07

Browse files
committed
Merge pull request #305 from stonebig/master
"spyder reset" icon is back
2 parents b1eaeeb + 4f2661d commit 6cbed07

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)