From 01aeaadcfcb36ec180397a8d95494b9ee8031138 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Fri, 15 Aug 2025 14:34:13 -0700 Subject: [PATCH] fix: include an entry for windows-x86_64 in the generated DotSlash file --- .github/dotslash-config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dotslash-config.json b/.github/dotslash-config.json index 82b9eb93b35..f3b85b2b4ba 100644 --- a/.github/dotslash-config.json +++ b/.github/dotslash-config.json @@ -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" } } }