Prusa3D.PrusaSlicer.installer.yaml 698 B

1234567891011121314151617181920212223
  1. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
  2. PackageIdentifier: Prusa3D.PrusaSlicer
  3. PackageVersion: 2.3.1
  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://cdn.prusa3d.com/downloads/drivers/PrusaSlicer_Win_standalone_2.3.1.exe
  13. InstallerSha256: 38D1AEF8E8EC30E2C064B4AF24DAB6DF43468E0ABD2AC934A77A7F1243A4AC62
  14. InstallerSwitches:
  15. Silent: /silent
  16. SilentWithProgress: /passive
  17. # ProductCode:
  18. # Scope:
  19. InstallerLocale: en-US
  20. UpgradeBehavior: install
  21. ManifestType: installer
  22. ManifestVersion: 1.0.0