Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit d7c5c1f

Browse files
committed
fix: Fix releases script.
1 parent 76122bd commit d7c5c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generateReleases.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function mapTriple(triple) {
2121
case "aarch64-unknown-linux-gnu":
2222
return "aarch64-unknown-linux-gnu";
2323

24+
case "i686-pc-windows-msvc":
2425
case "i686-pc-windows-msvc-shared":
2526
case "i686-pc-windows-msvc-static":
2627
return "i686-pc-windows-msvc";

0 commit comments

Comments
 (0)