Skip to content

Commit

Permalink
chore: finally fix windows ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Jun 8, 2023
1 parent 263db93 commit a62b2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_skia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (Deno.env.get("SKIA_FROM_SOURCE") !== "1") {
"unzip",
"-o",
"-d",
"../",
Deno.build.os === "windows" ? "./out/Release" : "../",
new URL(`../skia/out/Release/prebuilt.zip`, import.meta.url).pathname.slice(
Deno.build.os === "windows" ? 1 : 0,
),
Expand Down

0 comments on commit a62b2b7

Please sign in to comment.