mattermost-desktop/electron-builder.json

47 lines
829 B
JSON
Raw Normal View History

2017-03-02 07:16:29 -08:00
{
"appId": "com.mattermost.desktop",
"directories": {
"buildResources": "resources",
"app": "dist",
"output": "release"
},
"deb": {
"synopsis": "Mattermost"
},
"linux": {
"category": "InstantMessaging",
"target": [
"deb",
"tar.gz"
],
"extraFiles": [
{
"from": "resources",
"filter": "icon.png"
},
{
"from": "resources/linux",
"filter": [
"create_desktop_file.sh",
"README.md"
]
}
]
},
"mac": {
"category": "public.app-category.productivity",
"target": [
"tar.gz"
]
},
"squirrelWindows": {
"iconUrl": "https://raw.githubusercontent.com/mattermost/desktop/master/resources/icon.ico"
},
"win": {
"target": [
"squirrel",
"zip"
]
}
}