We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263db93 commit a62b2b7Copy full SHA for a62b2b7
scripts/build_skia.ts
@@ -52,7 +52,7 @@ if (Deno.env.get("SKIA_FROM_SOURCE") !== "1") {
52
"unzip",
53
"-o",
54
"-d",
55
- "../",
+ Deno.build.os === "windows" ? "./out/Release" : "../",
56
new URL(`../skia/out/Release/prebuilt.zip`, import.meta.url).pathname.slice(
57
Deno.build.os === "windows" ? 1 : 0,
58
),
0 commit comments