@@ -10,23 +10,23 @@ set do_launcher=%~dp0launchers_src\build_one_launcher.bat
10
10
set do_launcher_original = %~dp0 launchers_src_original\build_one_launcher.bat
11
11
12
12
:: 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
14
14
15
15
echo displace this pause if you want to re-build more
16
16
pause
17
- exit
17
+ rem exit
18
18
19
19
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
24
24
25
25
:: 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
31
31
pause
32
32
0 commit comments