mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
Reapply "templates and build step for validating/submitting winget package" (#6696)
This reverts commit b560c5cef1.
This commit is contained in:
17
.github/winget_templates/OpenAI.Codex.installer.yaml
vendored
Normal file
17
.github/winget_templates/OpenAI.Codex.installer.yaml
vendored
Normal 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
|
||||
19
.github/winget_templates/OpenAI.Codex.locale.en-US.yaml
vendored
Normal file
19
.github/winget_templates/OpenAI.Codex.locale.en-US.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
PackageIdentifier: OpenAI.Codex
|
||||
PackageVersion: {{VERSION}}
|
||||
PackageLocale: en-US
|
||||
Publisher: OpenAI
|
||||
PublisherUrl: https://github.com/openai
|
||||
PublisherSupportUrl: https://github.com/openai/codex/issues
|
||||
PrivacyUrl: https://openai.com/policies/privacy-policy
|
||||
PackageName: Codex
|
||||
PackageUrl: https://github.com/openai/codex
|
||||
License: Proprietary
|
||||
ShortDescription: Native Codex CLI (Rust) for terminal and TUI workflows.
|
||||
Moniker: codex
|
||||
Tags:
|
||||
- codex
|
||||
- cli
|
||||
- ai
|
||||
- agent
|
||||
ManifestType: defaultLocale
|
||||
ManifestVersion: 1.5.0
|
||||
5
.github/winget_templates/OpenAI.Codex.yaml
vendored
Normal file
5
.github/winget_templates/OpenAI.Codex.yaml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
PackageIdentifier: OpenAI.Codex
|
||||
PackageVersion: {{VERSION}}
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.5.0
|
||||
Reference in New Issue
Block a user