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

Skip to content

Commit 0615695

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

13 files changed

+48
-11
lines changed

portable/build_my_launchers.bat

+11-11
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.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Note
2+
----
3+
4+
WinPython components are distributed as they were received from
5+
their copyright holder, under their own copyright and/or license,
6+
and without any linking with each other.
7+
8+
WinPython software collection (i.e. the collection of software,
9+
libraries and documents) is licensed under the terms of the
10+
following license agreement.
11+
12+
13+
WinPython License Agreement (MIT License)
14+
-----------------------------------------
15+
16+
Copyright (c) 2012 Pierre Raybaut, 2016+ WinPython team
17+
18+
Permission is hereby granted, free of charge, to any person
19+
obtaining a copy of this software and associated documentation
20+
files (the "Software"), to deal in the Software without
21+
restriction, including without limitation the rights to use,
22+
copy, modify, merge, publish, distribute, sublicense, and/or sell
23+
copies of the Software, and to permit persons to whom the
24+
Software is furnished to do so, subject to the following
25+
conditions:
26+
27+
The above copyright notice and this permission notice shall be
28+
included in all copies or substantial portions of the Software.
29+
30+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
32+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
33+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
34+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
35+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
37+
OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)