123456789101112131415161718192021222324252627282930 |
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
- PackageIdentifier: RubyInstallerTeam.Ruby
- PackageVersion: 2.7.1
- MinimumOSVersion: 10.0.0.0
- FileExtensions:
- - rb
- - rbw
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- Installers:
- - InstallerLocale: en-US
- Architecture: x64
- InstallerType: inno
- Scope: machine
- InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.1-1/rubyinstaller-2.7.1-1-x64.exe
- InstallerSha256: 7A45D7E2DD2DE8598D91DEBD0531A4497EEFCC3FD8243840D0ED0F0A8B748380
- UpgradeBehavior: install
- - InstallerLocale: en-US
- Architecture: x86
- InstallerType: inno
- Scope: machine
- InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.1-1/rubyinstaller-2.7.1-1-x86.exe
- InstallerSha256: 0CBA593D475EF0DC7DD8B9A7438278062C2BE464FBD52218C42463182D82FC66
- UpgradeBehavior: install
- ManifestType: installer
- ManifestVersion: 1.0.0
|