mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
python - Include `pythonw.exe' binaries
This commit is contained in:
parent
8d73f1f4c5
commit
2cff6c5c7c
@ -15,6 +15,7 @@
|
||||
"bin": [
|
||||
"python.exe",
|
||||
"py.exe",
|
||||
"pythonw.exe"
|
||||
[ "python.exe", "python3" ]
|
||||
],
|
||||
"env_add_path": [ "scripts" ],
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
},
|
||||
"bin": [
|
||||
"python.exe",
|
||||
"pythonw.exe",
|
||||
[ "python.exe", "python2" ]
|
||||
],
|
||||
"env_add_path": [ "scripts" ],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user