We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe563b commit bbfcd35Copy full SHA for bbfcd35
package.json
@@ -50,17 +50,27 @@
50
]
51
},
52
"mac": {
53
- "icon": "build/icons/icon.icns"
+ "artifactName": "pomotroid-${version}-macos.${ext}",
54
+ "category": "public.app-category.productivity",
55
+ "icon": "./build/icons/icon.icns"
56
57
"win": {
- "icon": "build/icons/icon.ico",
58
+ "icon": "./build/icons/icon.ico",
59
"target": [
60
"nsis",
61
"portable"
62
63
64
+ "nsis": {
65
+ "artifactName": "pomotroid-${version}-setup.${ext}"
66
+ },
67
+ "portable": {
68
+ "artifactName": "pomotroid-${version}-portable.${ext}"
69
70
"linux": {
- "icon": "build/icons",
71
+ "artifactName": "pomotroid-${version}-linux.${ext}",
72
+ "category": "Utility",
73
+ "icon": "./build/icons",
74
75
"AppImage",
76
"deb",
0 commit comments