Skip to content

Commit 379106d

Browse files
authored
fix: include an entry for windows-x86_64 in the generated DotSlash file (#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 b31c503 commit 379106d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)