Skip to content

Commit 44c763c

Browse files
committed
Switch to Nightly instead of Release
1 parent e3511bd commit 44c763c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ export async function fileExists(filePath: string) {
9797

9898
export async function downloadCoreLibrary() {
9999
// Base URL
100-
const baseUrl = `https://github.com/webui-dev/webui/releases/download/${WebUICoreVersion}/`;
100+
// const baseUrl = `https://github.com/webui-dev/webui/releases/download/${WebUICoreVersion}/`;
101+
const baseUrl = `https://github.com/webui-dev/webui/releases/download/nightly/`;
101102
// Detect OS
102103
let os, cc, ext, arch;
103104
switch (Deno.build.os) {

0 commit comments

Comments
 (0)