diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 776d718..8ae9db7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -67,6 +67,7 @@ jobs: env: PLATFORM: ${{ matrix.os }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VITE_API_URL: ${{ secrets.VITE_API_URL }} - name: Publish macOS x64 if: matrix.os == 'macos-latest' @@ -74,6 +75,7 @@ jobs: env: PLATFORM: ${{ matrix.os }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VITE_API_URL: ${{ secrets.VITE_API_URL }} - name: Publish Linux arm64 if: matrix.os == 'ubuntu-latest' @@ -81,3 +83,4 @@ jobs: env: PLATFORM: ${{ matrix.os }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VITE_API_URL: ${{ secrets.VITE_API_URL }} diff --git a/forge.config.ts b/forge.config.ts index 380a57e..54b79f7 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -13,10 +13,10 @@ import { FuseV1Options, FuseVersion } from "@electron/fuses"; // import { globSync } from "node:fs"; const STRINGS = { - author: "Revolt Platforms LTD", - name: "Stoat", - execName: "stoat-desktop", - description: "Open source user-first chat platform.", + author: "Revolt Platforms LTD & Qinbeans", + name: "QStoat", + execName: "qstoat-desktop", + description: "Open source user-first chat platform. A touch of Qinbeans was added...", }; const ASSET_DIR = "assets/desktop"; diff --git a/src/native/window.ts b/src/native/window.ts index 3cc68c8..47b1d2c 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.qinbeans.net", ); // internal window state