mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
python 3.3.5 (missing comma)
This commit is contained in:
parent
ebc4d2eb71
commit
51c8bd0f39
@ -15,7 +15,7 @@
|
|||||||
"bin": [
|
"bin": [
|
||||||
"python.exe",
|
"python.exe",
|
||||||
"py.exe",
|
"py.exe",
|
||||||
"pythonw.exe"
|
"pythonw.exe",
|
||||||
[ "python.exe", "python3" ]
|
[ "python.exe", "python3" ]
|
||||||
],
|
],
|
||||||
"env_add_path": [ "scripts" ],
|
"env_add_path": [ "scripts" ],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user