Skip to content

Commit a62b2b7

Browse files
authored
chore: finally fix windows ci?
1 parent 263db93 commit a62b2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_skia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (Deno.env.get("SKIA_FROM_SOURCE") !== "1") {
5252
"unzip",
5353
"-o",
5454
"-d",
55-
"../",
55+
Deno.build.os === "windows" ? "./out/Release" : "../",
5656
new URL(`../skia/out/Release/prebuilt.zip`, import.meta.url).pathname.slice(
5757
Deno.build.os === "windows" ? 1 : 0,
5858
),

0 commit comments

Comments
 (0)