{ "appId": "com.metona.ai-desktop", "productName": "MetonaAI Desktop", "directories": { "output": "release", "buildResources": "assets" }, "files": [ "dist/**/*", "dist-electron/**/*" ], "mac": { "category": "public.app-category.developer-tools", "icon": "assets/logo.png", "target": [ { "target": "dmg", "arch": ["x64", "arm64"] }, { "target": "zip", "arch": ["x64", "arm64"] } ], "darkModeSupport": true }, "win": { "icon": "assets/logo.ico", "target": [ { "target": "nsis", "arch": ["x64"] }, { "target": "portable", "arch": ["x64"] } ] }, "linux": { "icon": "assets/logo.png", "category": "Development", "target": [ { "target": "AppImage", "arch": ["x64"] }, { "target": "deb", "arch": ["x64"] } ] }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true, "createDesktopShortcut": true, "createStartMenuShortcut": true } }