TestZipInstaller_Portable.yaml (777B)
1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.singleton.1.4.0.schema.json 2 3 PackageIdentifier: AppInstallerTest.TestZipInstallerWithPortable 4 PackageVersion: 1.0.0.0 5 PackageName: TestZipInstallerWithPortable 6 PackageLocale: en-US 7 Publisher: AppInstallerTest 8 License: Test 9 ShortDescription: E2E test for installing a zip with portable. 10 Installers: 11 - Architecture: x64 12 InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestZipInstaller/AppInstallerTestZipInstaller.zip 13 InstallerType: zip 14 InstallerSha256: <ZIPHASH> 15 NestedInstallerType: portable 16 NestedInstallerFiles: 17 - RelativeFilePath: AppInstallerTestExeInstaller.exe 18 PortableCommandAlias: TestPortable 19 ManifestType: singleton 20 ManifestVersion: 1.4.0