123456789101112131415161718192021222324 |
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
- PackageIdentifier: CondaForge.Miniforge3
- PackageVersion: 4.10.1.4
- MinimumOSVersion: 10.0.0.0
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- Installers:
- - Architecture: x64
- InstallerType: exe
- InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/4.10.1-4/Miniforge3-4.10.1-4-Windows-x86_64.exe
- InstallerSha256: 3BA29F1A525A27FEC963DEF70FBBD395D78ADB89CAD63B8322A5637447ED6E2B
- InstallerSwitches:
- Custom: /InstallationType=JustMe /AddToPath=0 /RegisterPython=0
- Silent: /S
- SilentWithProgress: /S
- # ProductCode:
- Scope: user
- InstallerLocale: en-US
- UpgradeBehavior: install
- ManifestType: installer
- ManifestVersion: 1.0.0
|