Browse Source

Fixed electron-builder change

pull/728/head
Ramiro Saenz 8 years ago
parent
commit
442bfa561a
  1. 3
      package.json

3
package.json

@ -33,7 +33,7 @@
"build": { "build": {
"productName": "Rambox", "productName": "Rambox",
"appId": "com.saenzramiro.rambox", "appId": "com.saenzramiro.rambox",
"category": "public.app-category.productivity", "category": "public.app-category.productivity",
"asar": true, "asar": true,
"mac": { "mac": {
"target": [ "target": [
@ -72,6 +72,7 @@
"msi": false "msi": false
}, },
"linux": { "linux": {
"category": "Office",
"target": [ "target": [
"AppImage", "AppImage",
"deb", "deb",

Loading…
Cancel
Save