RubyInstallerTeam.Ruby.installer.yaml 975 B

123456789101112131415161718192021222324252627282930
  1. # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
  2. PackageIdentifier: RubyInstallerTeam.Ruby
  3. PackageVersion: 2.7.1
  4. MinimumOSVersion: 10.0.0.0
  5. FileExtensions:
  6. - rb
  7. - rbw
  8. InstallModes:
  9. - interactive
  10. - silent
  11. - silentWithProgress
  12. Installers:
  13. - InstallerLocale: en-US
  14. Architecture: x64
  15. InstallerType: inno
  16. Scope: machine
  17. InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.1-1/rubyinstaller-2.7.1-1-x64.exe
  18. InstallerSha256: 7A45D7E2DD2DE8598D91DEBD0531A4497EEFCC3FD8243840D0ED0F0A8B748380
  19. UpgradeBehavior: install
  20. - InstallerLocale: en-US
  21. Architecture: x86
  22. InstallerType: inno
  23. Scope: machine
  24. InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.1-1/rubyinstaller-2.7.1-1-x86.exe
  25. InstallerSha256: 0CBA593D475EF0DC7DD8B9A7438278062C2BE464FBD52218C42463182D82FC66
  26. UpgradeBehavior: install
  27. ManifestType: installer
  28. ManifestVersion: 1.0.0