From e2d68c6ca266a39db5455770f18ac4c557da8e1a Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Mon, 26 Aug 2024 05:07:45 -0400 Subject: [PATCH] Executable name to Zoo Modeling App --- forge.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge.config.ts b/forge.config.ts index 9ec1af799..5ef83f6f2 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -23,7 +23,7 @@ const config: ForgeConfig = { teamId: process.env.APPLE_TEAM_ID || '', }) || undefined, - executableName: 'zoo-modeling-app', + executableName: 'Zoo Modeling App', icon: path.resolve(rootDir, 'assets', 'icon'), }, rebuildConfig: {},