Skip to content

Commit

Permalink
Add webview prefix to release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Sep 23, 2024
1 parent 1095783 commit a162584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async function getWebViewBin(options: WebViewOptions) {

// If not in cache, download it
let url =
`https://github.com/zephraph/webview/releases/download/v${BIN_VERSION}/deno-webview`;
`https://github.com/zephraph/webview/releases/download/webview-v${BIN_VERSION}/deno-webview`;
switch (Deno.build.os) {
case "darwin": {
url += "-mac" + flags;
Expand Down

0 comments on commit a162584

Please sign in to comment.