fix: use mirror for binary downloads, imgur for images while GitHub org is flagged

This commit is contained in:
CloakHQ
2026-02-26 06:20:33 +01:00
parent 8cecebf118
commit cc501d8ef6
9 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export function checkPlatformAvailable(): void {
// ---------------------------------------------------------------------------
export const DOWNLOAD_BASE_URL =
process.env.CLOAKBROWSER_DOWNLOAD_URL ||
"https://github.com/CloakHQ/cloakbrowser/releases/download";
"https://cloakbrowser.dev";
export const GITHUB_API_URL =
"https://api.github.com/repos/CloakHQ/cloakbrowser/releases";