Executable name to Zoo Modeling App

This commit is contained in:
Pierre Jacquier
2024-08-26 05:07:45 -04:00
parent 7aff054c95
commit e2d68c6ca2

View File

@ -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: {},