# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
PackageIdentifier: SuperRadCompany.Microsandbox
PackageVersion: "{{VERSION}}"
InstallerType: zip
NestedInstallerType: portable
Commands:
- msb
NestedInstallerFiles:
- RelativeFilePath: msb.exe
  PortableCommandAlias: msb
ArchiveBinariesDependOnPath: true
ReleaseDate: "{{RELEASE_DATE}}"
Installers:
- Architecture: x64
  InstallerUrl: https://github.com/superradcompany/microsandbox/releases/download/{{TAG}}/microsandbox-windows-x86_64.zip
  InstallerSha256: "{{SHA256_X64}}"
  Dependencies:
    PackageDependencies:
    - PackageIdentifier: Microsoft.VCRedist.2015+.x64
- Architecture: arm64
  InstallerUrl: https://github.com/superradcompany/microsandbox/releases/download/{{TAG}}/microsandbox-windows-aarch64.zip
  InstallerSha256: "{{SHA256_ARM64}}"
  Dependencies:
    PackageDependencies:
    - PackageIdentifier: Microsoft.VCRedist.2015+.arm64
ManifestType: installer
ManifestVersion: 1.12.0
