We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9807131 commit 8e67353Copy full SHA for 8e67353
bucket/codex.json
@@ -18,21 +18,11 @@
18
"extract_dir": ""
19
}
20
},
21
- "bin": [
22
- [
23
- "codex-x86_64-pc-windows-msvc.exe",
24
- "codex"
25
- ]
26
- ],
27
- "shortcuts": [
28
29
30
- "Codex"
31
32
+ "bin": [["codex-x86_64-pc-windows-msvc.exe", "codex"]],
+ "shortcuts": [["codex-x86_64-pc-windows-msvc.exe", "Codex"]],
33
"checkver": {
34
"url": "https://api.github.com/repos/openai/codex/releases",
35
- "regex": "rust-v(\\d+\\.\\d+\\.\\d+)(?![^\\d]*alpha|[^\\d]*beta|[^\\d]*rc|[^\\d]*preview)"
+ "regex": "rust-v(\\\\d+\\\\.\\\\d+\\\\.\\\\d+)(?![^\\\\d]*alpha|[^\\\\d]*beta|[^\\\\d]*rc|[^\\\\d]*preview)"
36
37
"autoupdate": {
38
"architecture": {
@@ -54,4 +44,4 @@
54
44
55
45
56
46
57
-}
47
+}
0 commit comments