api_tool/electron-builder.json
2025-06-01 19:45:01 +02:00

17 lines
322 B
JSON

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