123456789101112131415161718192021 |
- # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
- PackageIdentifier: JetBrains.WebStorm.EAP
- PackageVersion: 212.4746.54
- MinimumOSVersion: 10.0.0.0
- InstallModes:
- - interactive
- - silent
- - silentWithProgress
- Installers:
- - InstallerLocale: en-US
- Architecture: x64
- InstallerType: nullsoft
- Scope: machine
- InstallerUrl: https://download-cdn.jetbrains.com/webstorm/WebStorm-212.4746.54.exe
- InstallerSha256: A4FE894AEEEDE2B11830DCBD5D71264CFEF7636C25337131C19DB2A0DC36E914
- UpgradeBehavior: install
- ManifestType: installer
- ManifestVersion: 1.0.0
|