8000 Merge pull request #1586 from stonebig/master · Gitoffthelawn/winpython@0615695 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0615695

Browse files
authored
Merge pull request winpython#1586 from stonebig/master
2 parents 5544f46 + a97b731 commit 0615695

13 files changed

+48
-11
lines changed

portable/build_my_launchers.bat

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ set do_launcher=%~dp0launchers_src\build_one_launcher.bat
1010
set do_launcher_original=%~dp0launchers_src_original\build_one_launcher.bat
1111

1212
::WINDOWS launchers
13-
call %do_launcher% "python.ico" "winidle.bat" "IDLE (Python GUI)" WINDOWS
13+
rem call %do_launcher% "python.ico" "winidle.bat" "IDLE (Python GUI)" WINDOWS proposed
1414

1515
echo displace this pause if you want to re-build more
1616
pause
17-
exit
17+
rem exit
1818

1919

20-
call %do_launcher% "powershell.ico" "cmd_ps.bat" "WinPython Powershell Prompt" WINDOWS
21-
call %do_launcher% "spyder.ico" "winspyder.bat" "Spyder" WINDOWS
22-
call %do_launcher% "spyder_reset.ico" "spyder_reset.bat" "Spyder reset" WINDOWS
23-
call %do_launcher% "code.ico" "winvscode.bat" "VS Code" WINDOWS
20+
call %do_launcher% "powershell.ico" "cmd_ps.bat" "WinPython Powershell Prompt" WINDOWS proposed
21+
call %do_launcher% "spyder.ico" "winspyder.bat" "Spyder" WINDOWS proposed
22+
call %do_launcher% "spyder_reset.ico" "spyder_reset.bat" "Spyder reset" WINDOWS proposed
23+
call %do_launcher% "code.ico" "winvscode.bat" "VS Code" WINDOWS proposed
2424

2525
:: CONSOLE launchers
26-
call %do_launcher% "cmd.ico" "cmd.bat" "WinPython Command Prompt" CONSOLE
27-
call %do_launcher% "python.ico" "winpython.bat" "WinPython Interpreter" CONSOLE
28-
call %do_launcher% "jupyter.ico" "winipython_notebook.bat" "Jupyter Notebook" CONSOLE
29-
call %do_launcher% "jupyter.ico" "winjupyter_lab.bat" "Jupyter Lab" CONSOLE
30-call %do_launcher% "winpython.ico" "wpcp.bat" "WinPython Control Panel" CONSOLE
26+
call %do_launcher% "cmd.ico" "cmd.bat" "WinPython Command Prompt" CONSOLE proposed
27+
call %do_launcher% "python.ico" "winpython.bat" "WinPython Interpreter" CONSOLE proposed
28+
call %do_launcher% "jupyter.ico" "winipython_notebook.bat" "Jupyter Notebook" CONSOLE proposed
29+
call %do_launcher% "jupyter.ico" "winjupyter_lab.bat" "Jupyter Lab" CONSOLE proposed
30+
call %do_launcher% "winpython.ico" "wpcp.bat" "WinPython Control Panel" CONSOLE proposed
3131
pause
3232

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
200 KB
Binary file not shown.
189 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
0