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 8901f9e commit 4243431Copy full SHA for 4243431
src/bind.js
@@ -2,7 +2,7 @@
2
import { prepare } from "https://deno.land/x/plugin_prepare@v0.8.0/mod.ts";
3
4
const releaseUrl =
5
- "https://github.com/littledivy/autopilot-deno/releases/latest/download";
+ "https://github.com/littledivy/autopilot-deno/releases/0.3.1/download";
6
const filenameBase = "autopilot_deno";
7
8
let filenameSuffix = ".so";
0 commit comments