mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Fix miniconda3 manifest.
This commit is contained in:
parent
9cc4bf863e
commit
583ee62e09
@ -6,11 +6,18 @@
|
||||
"url": "https://repo.continuum.io/miniconda",
|
||||
"re": "Miniconda3-([\\d.]+)-Windows"
|
||||
},
|
||||
"bin": [
|
||||
[
|
||||
"python.exe",
|
||||
"python3"
|
||||
]
|
||||
],
|
||||
"installer": {
|
||||
"file": "miniconda3-installer.exe",
|
||||
"args": [
|
||||
"/S",
|
||||
"/InstallationType=JustMe",
|
||||
"/RegisterPython=1",
|
||||
"/AddToPath=0",
|
||||
"/D=$dir"
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user