Browse Source

Some configurations

pull/1863/head
Ramiro Saenz 7 years ago
parent
commit
bae5b12af9
  1. 7
      package.json

7
package.json

@ -39,6 +39,7 @@
"asar": true, "asar": true,
"mac": { "mac": {
"category": "public.app-category.productivity", "category": "public.app-category.productivity",
"artifactName": "Rambox-${version}-mac.${ext}",
"target": [ "target": [
"default" "default"
] ]
@ -60,12 +61,9 @@
} }
] ]
}, },
"squirrelWindows": {
"iconUrl": "https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/Icon.ico"
},
"win": { "win": {
"artifactName": "Rambox-${version}-win-${arch}.${ext}",
"target": [ "target": [
"squirrel",
"nsis", "nsis",
"zip" "zip"
] ]
@ -77,6 +75,7 @@
"Type": "Application", "Type": "Application",
"Categories": "GTK;GNOME;Utility;Office;Email;Chat;InstantMessaging;" "Categories": "GTK;GNOME;Utility;Office;Email;Chat;InstantMessaging;"
}, },
"artifactName": "Rambox-${version}-linux-${arch}.${ext}",
"target": [ "target": [
"snap", "snap",
"AppImage", "AppImage",

Loading…
Cancel
Save