api_tool/electron-builder.json
2025-05-21 00:02:31 +02:00

16 lines
269 B
JSON

{
"appId": "com.nwaschk.api-tool",
"files": ["dist-electron", "dist-react"],
"icon": "./desktopIcon.png",
"mac": {
"target": "dmg"
},
"linux": {
"target": "AppImage",
"category": "Utility"
},
"win": {
"target": ["portable", "msi"]
}
}