hangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegram
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
786 B
45 lines
786 B
5 years ago
|
{
|
||
|
"productName": "Hamsket",
|
||
|
"appId": "com.thegoddessinari.hamsket",
|
||
|
"asar": true,
|
||
|
"publish": null,
|
||
|
"mac": {
|
||
|
"category": "public.app-category.productivity",
|
||
|
"target": ["default"]
|
||
|
},
|
||
|
"dmg": {
|
||
|
"title": "Hamsket",
|
||
|
"iconSize": 128,
|
||
|
"contents": [
|
||
|
{
|
||
|
"x": 355,
|
||
|
"y": 125,
|
||
|
"type": "link",
|
||
|
"path": "/Applications"
|
||
|
},
|
||
|
{
|
||
|
"x": 155,
|
||
|
"y": 125,
|
||
|
"type": "file"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"win": {
|
||
|
"target": ["nsis"]
|
||
|
},
|
||
|
"linux": {
|
||
|
"category": "Network",
|
||
|
"desktop": {
|
||
|
"Terminal": "false",
|
||
|
"Type": "Application",
|
||
|
"Categories": "Network;Email;Chat;InstantMessaging;"
|
||
|
},
|
||
|
"target": ["tar.gz", "deb", "rpm", "AppImage"]
|
||
|
},
|
||
|
"directories": {
|
||
|
"buildResources": "resources/installer/",
|
||
|
"output": "dist/",
|
||
|
"app": "build/production/Hamsket/"
|
||
|
}
|
||
|
}
|