mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
fix: include an entry for windows-x86_64 in the generated DotSlash file
This commit is contained in:
4
.github/dotslash-config.json
vendored
4
.github/dotslash-config.json
vendored
@@ -17,6 +17,10 @@
|
||||
"linux-aarch64": {
|
||||
"regex": "^codex-aarch64-unknown-linux-musl\\.zst$",
|
||||
"path": "codex"
|
||||
},
|
||||
"windows-x86_64": {
|
||||
"regex": "^codex-x86_64-pc-windows-msvc\\.exe\\.zst$",
|
||||
"path": "codex.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user