Skip to content

Commit 6ed2925

Browse files
authored
fix: include an entry for windows-x86_64 in the generated DotSlash file (openai#2361)
Now that we are improving our Windows support, we should be including an entry for it in the DotSlash file. Though anyone using the DotSlash file with Windows should use the new Windows shim introduced in facebook/dotslash#46. For more info, see https://dotslash-cli.com/docs/windows/.
1 parent d3a4e63 commit 6ed2925

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dotslash-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"linux-aarch64": {
1818
"regex": "^codex-aarch64-unknown-linux-musl\\.zst$",
1919
"path": "codex"
20+
},
21+
"windows-x86_64": {
22+
"regex": "^codex-x86_64-pc-windows-msvc\\.exe\\.zst$",
23+
"path": "codex.exe"
2024
}
2125
}
2226
}

0 commit comments

Comments
 (0)