12345678910111213141516171819202122232425262728 |
- # Created using wingetcreate 0.2.0.29
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
- PackageIdentifier: JeffreyPfau.mGBA
- PackageVersion: 0.9.2
- MinimumOSVersion: 10.0.0.0
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- Installers:
- - InstallerLocale: en-US
- Architecture: x64
- InstallerType: inno
- InstallerUrl: https://github.com/mgba-emu/mgba/releases/download/0.9.2/mGBA-0.9.2-win64-installer.exe
- InstallerSha256: D7B7FCF239E3C487C2250782EF896156BF3C44C009F9236AFB59268C7684C61D
- Scope: machine
- UpgradeBehavior: install
- - InstallerLocale: en-US
- Architecture: x86
- InstallerType: inno
- InstallerUrl: https://github.com/mgba-emu/mgba/releases/download/0.9.2/mGBA-0.9.2-win32-installer.exe
- InstallerSha256: 974EA1F358077761E4488898FBA620D7E12DCE7911D6F0C051D4071822C23183
- Scope: machine
- UpgradeBehavior: install
- ManifestType: installer
- ManifestVersion: 1.0.0
|