winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Manifest-Bad-InstallerTypeZip-PortableNotExe_Root.yaml (782B)


      1 # Bad manifest. Installer type zip with NestedInstallerType portable should only allow .exe files
      2 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.9.0.schema.json
      3 
      4 PackageIdentifier: microsoft.msixsdk
      5 PackageVersion: 1.0.0.0
      6 PackageLocale: en-US
      7 PackageName: AppInstaller Test Installer
      8 Publisher: Microsoft Corporation
      9 Moniker: AICLITestExe
     10 License: Test
     11 ShortDescription: Test installer for zip without nestedInstallers specified
     12 InstallerType: zip
     13 NestedInstallerType: portable
     14 NestedInstallerFiles:
     15   - RelativeFilePath: ScriptedApplication.bat
     16 Installers:
     17   - Architecture: x64
     18     InstallerUrl: https://ThisIsNotUsed
     19     InstallerSha256: 65DB2F2AC2686C7F2FD69D4A4C6683B888DC55BFA20A0E32CA9F838B51689A3B
     20 ManifestType: singleton
     21 ManifestVersion: 1.9.0