Skip to content

Commit

Permalink
fix: plugin url
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 committed Mar 23, 2022
1 parent 44da5eb commit fc37bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Neko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { encode, unwrap, unwrapBoolean } from "./utils.ts";
const options: Plug.Options = {
name: "neko",
urls: {
windows: `https://github.com/load1n9/neko/raw/master/dist/neko.dll`,
darwin: `https://github.com/load1n9/neko/raw/master/dist/libneko.dylib`
windows: `https://github.com/load1n9/neko/blob/master/dist/neko.dll?raw=true`,
darwin: `https://github.com/load1n9/neko/blob/master/dist/libneko.dylib?raw=true`
},
};

Expand Down

0 comments on commit fc37bbe

Please sign in to comment.