1234567891011121314151617181920212223 |
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
- PackageIdentifier: Prusa3D.PrusaSlicer
- PackageVersion: 2.3.1
- MinimumOSVersion: 10.0.0.0
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- Installers:
- - Architecture: x64
- InstallerType: exe
- InstallerUrl: https://cdn.prusa3d.com/downloads/drivers/PrusaSlicer_Win_standalone_2.3.1.exe
- InstallerSha256: 38D1AEF8E8EC30E2C064B4AF24DAB6DF43468E0ABD2AC934A77A7F1243A4AC62
- InstallerSwitches:
- Silent: /silent
- SilentWithProgress: /passive
- # ProductCode:
- # Scope:
- InstallerLocale: en-US
- UpgradeBehavior: install
- ManifestType: installer
- ManifestVersion: 1.0.0
|