From 581cf4fce53993ba252c8e67ce508c6a7446c0db Mon Sep 17 00:00:00 2001 From: AvaLilac Date: Mon, 23 Mar 2026 15:39:05 -0400 Subject: [PATCH] This makes it so AviaClient compiles into a folder named aviaclient. and the exe is also named aviaclient-fordesktop. instead of stoats Signed-off-by: AvaLilac --- forge.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge.config.ts b/forge.config.ts index 9cce78a..70c85bf 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -12,8 +12,8 @@ import { FuseV1Options, FuseVersion } from "@electron/fuses"; const STRINGS = { author: "Revolt Platforms LTD", - name: "Stoat", - execName: "stoat-desktop", + name: "AviaClient", + execName: "aviaclient-desktop", description: "Open source user-first chat platform.", };