{ "productName": "angular-electron", "directories": { "output": "app-builds" }, "files": [ "**/*", "!*.ts", "!*.code-workspace", "!LICENSE.md", "!package.json", "!package-lock.json", "!src/", "!e2e/", "!hooks/", "!.angular-cli.json", "!_config.yml", "!karma.conf.js", "!tsconfig.json", "!tslint.json" ], "win": { "icon": "dist", "target": [ "portable" ] }, "mac": { "icon": "dist", "target": [ "dmg" ] }, "linux": { "icon": "dist", "target": [ "AppImage" ] } }