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 e3511bd commit 44c763cCopy full SHA for 44c763c
src/utils.ts
@@ -97,7 +97,8 @@ export async function fileExists(filePath: string) {
97
98
export async function downloadCoreLibrary() {
99
// Base URL
100
- const baseUrl = `https://github.com/webui-dev/webui/releases/download/${WebUICoreVersion}/`;
+ // const baseUrl = `https://github.com/webui-dev/webui/releases/download/${WebUICoreVersion}/`;
101
+ const baseUrl = `https://github.com/webui-dev/webui/releases/download/nightly/`;
102
// Detect OS
103
let os, cc, ext, arch;
104
switch (Deno.build.os) {
0 commit comments