Skip to content

Commit 41ed205

Browse files
committed
-Explicitly set targets for Linux and Mac
-Provide valid application category for Linux and Mac -Remove unwanted keys from package.json
1 parent 3a6d14b commit 41ed205

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

package.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"productName": "Android Messages",
44
"description": "Google's Android Messages web client, as a desktop app",
55
"version": "0.0.1",
6-
"private": true,
76
"author": "Chris Knepper <[email protected]>",
87
"copyright": "© 2018 Chris Knepper",
98
"homepage": "https://github.com/chrisknepper/android-messages-desktop",
@@ -22,7 +21,21 @@
2221
"directories": {
2322
"buildResources": "resources"
2423
},
25-
"publish": null
24+
"mac": {
25+
"category": "public.app-category.social-networking",
26+
"target": [
27+
"zip",
28+
"dmg"
29+
]
30+
},
31+
"linux": {
32+
"category": "Chat",
33+
"target": [
34+
"deb",
35+
"AppImage",
36+
"snap"
37+
]
38+
}
2639
},
2740
"scripts": {
2841
"postinstall": "electron-builder install-app-deps",

0 commit comments

Comments
 (0)