@@ -9,24 +9,29 @@ rem pick the right ones and rename them in launchers_final
9
9
set do_launcher = %~dp0 launchers_src\build_one_launcher.bat
10
10
set do_launcher_original = %~dp0 launchers_src_original\build_one_launcher.bat
11
11
12
- :: WINDOWS launchers
13
- rem call %do_launcher% "python.ico" "winidle.bat" "IDLE (Python GUI)" WINDOWS proposed
14
12
15
13
echo displace this pause if you want to re-build more
16
14
pause
17
15
rem exit
18
16
19
17
20
- call %do_launcher% " powershell.ico" " cmd_ps.bat" " WinPython Powershell Prompt" WINDOWS proposed
18
+ :: WINDOWS launchers with Drag & Drop
19
+ call %do_launcher% " python.ico" " winidle.bat" " IDLE (Python GUI)" WINDOWS proposed
21
20
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
21
25
- :: CONSOLE launchers
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
22
+ :: CONSOLE launchers with Drag & Drop
28
23
call %do_launcher% " jupyter.ico" " winipython_notebook.bat" " Jupyter Notebook" CONSOLE proposed
29
24
call %do_launcher% " jupyter.ico" " winjupyter_lab.bat" " Jupyter Lab" CONSOLE proposed
30
25
call %do_launcher% " winpython.ico" " wpcp.bat" " WinPython Control Panel" CONSOLE proposed
26
+
27
+ :: WINDOWS launchers with no Drag & Drop
28
+ call %do_launcher_original% " powershell.ico" " cmd_ps.bat" " WinPython Powershell Prompt" WINDOWS proposed
29
+ call %do_launcher_original% " spyder_reset.ico" " spyder_reset.bat" " Spyder reset" WINDOWS proposed
30
+ call %do_launcher_original% " code.ico" " winvscode.bat" " VS Code" WINDOWS proposed
31
+
32
+ :: CONSOLE launchers with no Drag & Drop
33
+ call %do_launcher_original% " cmd.ico" " cmd.bat" " WinPython Command Prompt" CONSOLE proposed
34
+ call %do_launcher_original% " python.ico" " winpython.bat" " WinPython Interpreter" CONSOLE proposed
35
+
31
36
pause
32
37
0 commit comments