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 <amyshimplays@gmail.com>
This commit is contained in:
AvaLilac 2026-03-23 15:39:05 -04:00 committed by GitHub
parent 3d738bfe0e
commit 581cf4fce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.",
};