Reapply "templates and build step for validating/submitting winget package" (#6696)

This reverts commit b560c5cef1.
This commit is contained in:
iceweasel-oai
2025-11-20 10:20:19 -08:00
parent fe641f759f
commit 3685117eaf
6 changed files with 148 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
PackageIdentifier: OpenAI.Codex
PackageVersion: {{VERSION}}
Installers:
- Architecture: x64
InstallerType: portable
InstallerUrl: https://github.com/openai/codex/releases/download/rust-v{{VERSION}}/codex-x86_64-pc-windows-msvc.exe
InstallerSha256: {{X64_SHA256}}
Commands:
- codex
- Architecture: arm64
InstallerType: portable
InstallerUrl: https://github.com/openai/codex/releases/download/rust-v{{VERSION}}/codex-aarch64-pc-windows-msvc.exe
InstallerSha256: {{ARM64_SHA256}}
Commands:
- codex
ManifestType: installer
ManifestVersion: 1.5.0