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