From 00c7572cd0125c11906abcef6b30c61f8fb58c8f Mon Sep 17 00:00:00 2001 From: Taureon <45183108+Taureon@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:30:46 +0200 Subject: [PATCH 1/2] chore: update hardcoded domain to be stoat.chat instead of beta.revolt.chat (#196) Co-authored-by: stoat-tofu[bot] <242700035+stoat-tofu[bot]@users.noreply.github.com> --- src/native/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/window.ts b/src/native/window.ts index 3cc68c8..b73698a 100644 --- a/src/native/window.ts +++ b/src/native/window.ts @@ -21,7 +21,7 @@ export let mainWindow: BrowserWindow; export const BUILD_URL = new URL( app.commandLine.hasSwitch("force-server") ? app.commandLine.getSwitchValue("force-server") - : /*MAIN_WINDOW_VITE_DEV_SERVER_URL ??*/ "https://beta.revolt.chat", + : /*MAIN_WINDOW_VITE_DEV_SERVER_URL ??*/ "https://stoat.chat/app", ); // internal window state From 74c941e5b83cd14ddecb74150d5a1d08c143278b Mon Sep 17 00:00:00 2001 From: Christoffer Date: Mon, 6 Apr 2026 18:35:02 +0200 Subject: [PATCH 2/2] fix(flatpak): change screenshot path into an url in the metainfo file (#195) --- chat.stoat.StoatDesktop.metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.stoat.StoatDesktop.metainfo.xml b/chat.stoat.StoatDesktop.metainfo.xml index 0327c38..73330f0 100644 --- a/chat.stoat.StoatDesktop.metainfo.xml +++ b/chat.stoat.StoatDesktop.metainfo.xml @@ -19,7 +19,7 @@ Main window - screenshot.png + https://raw.githubusercontent.com/stoatchat/for-desktop/b57faa2c59865fea15a879c9a9304271067d0020/screenshot.png