winpython: Fix bins and shortcuts (#5770)

This commit is contained in:
Hsiao-nan Cheung 2024-04-29 18:37:01 +08:00 committed by GitHub
parent ec5005ea8e
commit 63e59377af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,52 +12,52 @@
}
},
"bin": [
"scripts\\idle.bat",
"scripts\\idlex.bat",
"scripts\\qtconsole.bat",
"scripts\\winjupyter_lab.bat",
[
"scripts\\winjupyter_lab.bat",
"jupyter_lab"
],
"scripts\\ipython_notebook.bat",
"scripts\\winpyzo.bat",
[
"scripts\\winpyzo.bat",
"pyzo"
],
"scripts\\qtdesigner.bat",
"scripts\\qtlinguist.bat",
"scripts\\spyder.bat",
"scripts\\spyder_reset.bat",
"scripts\\winvscode.bat",
[
"scripts\\winvscode.bat",
"vscode"
],
"scripts\\python.bat",
[
"scripts\\python.bat",
"python3"
],
"scripts\\wpcp.bat",
"Spyder.exe",
"scripts\\spyder_reset.bat",
"scripts\\upgrade_pip.bat",
"scripts\\winidle.bat",
"scripts\\winidlex.bat",
"scripts\\winpython.bat",
[
"scripts\\WinPython_PS_Prompt.ps1",
"winpython_prompt"
]
"scripts\\winidle.bat",
"idle"
],
"scripts\\winipython_notebook.bat",
[
"scripts\\winipython_notebook.bat",
"ipython_notebook"
],
"scripts\\winjupyter_lab.bat",
[
"scripts\\winjupyter_lab.bat",
"jupyter_lab"
],
"scripts\\winjupyter_nbclassic.bat",
[
"scripts\\winjupyter_nbclassic.bat",
"jupyter_notebook"
],
"scripts\\winpython.bat",
"scripts\\winqtconsole.bat",
[
"scripts\\winqtconsole.bat",
"qtconsole"
],
"scripts\\winvscode.bat",
[
"scripts\\winvscode.bat",
"vscode"
],
"scripts\\wpcp.bat"
],
"shortcuts": [
[
"IDLE (Python GUI).exe",
"WinPython\\IDLE (Python GUI)"
],
[
"IDLEX.exe",
"WinPython\\IDLEX"
],
[
"IPython Qt Console.exe",
"WinPython\\IPython Qt Console"
@ -70,25 +70,13 @@
"Jupyter Notebook.exe",
"WinPython\\Jupyter Notebook"
],
[
"Pyzo.exe",
"WinPython\\Pyzo"
],
[
"Qt Designer.exe",
"WinPython\\Qt Designer"
],
[
"Qt Linguist.exe",
"WinPython\\Qt Linguist"
],
[
"Spyder.exe",
"WinPython\\Spyder"
],
[
"Spyder reset.exe",
"WinPython\\Spyder reset"
"WinPython\\Reset Spyder Settings"
],
[
"VS Code.exe",
@ -107,8 +95,8 @@
"WinPython\\WinPython Interpreter"
],
[
"WinPython Powershell Prompt.exe",
"WinPython\\WinPython Powershell Prompt"
"WinPython Terminal.exe",
"WinPython\\WinPython Terminal"
]
],
"persist": "settings",