16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"appId": "com.nwaschk.api-tool",
|
|
"files": ["dist-electron", "dist-svelte"],
|
|
"icon": "./desktopIcon.png",
|
|
"mac": {
|
|
"target": "dmg"
|
|
},
|
|
"linux": {
|
|
"target": "AppImage",
|
|
"category": "Utility"
|
|
},
|
|
"win": {
|
|
"target": ["portable", "nsis"]
|
|
}
|
|
}
|