CondaForge.Miniforge3.installer.yaml 793 B

123456789101112131415161718192021222324
  1. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
  2. PackageIdentifier: CondaForge.Miniforge3
  3. PackageVersion: 4.10.1.4
  4. MinimumOSVersion: 10.0.0.0
  5. InstallModes:
  6. - interactive
  7. - silent
  8. - silentWithProgress
  9. Installers:
  10. - Architecture: x64
  11. InstallerType: exe
  12. InstallerUrl: https://github.com/conda-forge/miniforge/releases/download/4.10.1-4/Miniforge3-4.10.1-4-Windows-x86_64.exe
  13. InstallerSha256: 3BA29F1A525A27FEC963DEF70FBBD395D78ADB89CAD63B8322A5637447ED6E2B
  14. InstallerSwitches:
  15. Custom: /InstallationType=JustMe /AddToPath=0 /RegisterPython=0
  16. Silent: /S
  17. SilentWithProgress: /S
  18. # ProductCode:
  19. Scope: user
  20. InstallerLocale: en-US
  21. UpgradeBehavior: install
  22. ManifestType: installer
  23. ManifestVersion: 1.0.0