chore: Windows release polish

This commit is contained in:
izzy
2025-10-08 16:30:17 +01:00
parent 3529772cf7
commit 9f705147b6
8 changed files with 54 additions and 13 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const acquiredLock = app.requestSingleInstanceLock();
if (acquiredLock) {
// start auto update logic
// todo: updateElectronApp();
updateElectronApp();
// create and configure the app when electron is ready
app.on("ready", () => {
+1 -1
View File
@@ -20,7 +20,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://beta.revolt.chat",
);
// internal window state