{ "appId": "app.timesafari.desktop", "productName": "TimeSafari", "directories": { "buildResources": "resources", "output": "dist" }, "files": [ "assets/**/*", "build/**/*", "capacitor.config.*", "app/**/*" ], "publish": { "provider": "github" }, "linux": { "target": [ { "target": "AppImage", "arch": ["x64"] }, { "target": "deb", "arch": ["x64"] }, { "target": "rpm", "arch": ["x64"] } ], "icon": "assets/appIcon.png", "category": "Office", "description": "Time Safari - Community building through gifts, gratitude, and collaborative projects", "maintainer": "Matthew Raymer ", "vendor": "TimeSafari" }, "nsis": { "allowElevation": true, "oneClick": false, "allowToChangeInstallationDirectory": true, "createDesktopShortcut": true, "createStartMenuShortcut": true }, "win": { "target": [ { "target": "nsis", "arch": ["x64"] } ], "icon": "assets/appIcon.ico" }, "mac": { "category": "public.app-category.productivity", "target": [ { "target": "dmg", "arch": ["x64", "arm64"] } ], "icon": "assets/appIcon.png" } }