Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Mar 3, 2024
1 parent f7a583d commit 8121b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ if (LOCAL_BUILD) {
lib = Deno.dlopen(CUSTOM_PATH, SYMBOLS).symbols;
} else {
const name = "native_canvas";
const url = `${meta.github}/releases/download/${meta.verision}`;
const url = `${meta.github}/releases/download/${meta.version}`;
const options: FetchOptions = {
url: {
darwin: {
Expand Down

0 comments on commit 8121b94

Please sign in to comment.