caa-game/electron-builder.json

38 lines
627 B
JSON

{
"productName": "heront",
"directories": {
"output": "release/"
},
"copyright": "Made by Arne van Iterson & Job Vonk",
"files": [
"**/*"
],
"win": {
"icon": "res/favicons",
"target": {
"target": "portable",
"arch": [
"x64",
"ia32"
]
}
},
"mac": {
"icon": "res/favicons",
"target": {
"target": "dmg"
},
"category": "public.app-category.adventure-games"
},
"linux": {
"icon": "res/favicons",
"target": {
"target": "AppImage",
"arch": [
"x64",
"arm64"
]
},
"category": "Game"
}
}