Browse Source

Fixes #210

pull/291/merge
Ramiro Saenz 9 years ago
parent
commit
f8098ee3e8
  1. 11
      package.json

11
package.json

@ -43,6 +43,7 @@
"copyright": "", "copyright": "",
"homepage": "http://www.rambox.pro", "homepage": "http://www.rambox.pro",
"build": { "build": {
"name": "Rambox",
"productName": "Rambox", "productName": "Rambox",
"appId": "com.saenzramiro.rambox", "appId": "com.saenzramiro.rambox",
"app-category-type": "public.app-category.productivity", "app-category-type": "public.app-category.productivity",
@ -77,8 +78,14 @@
} }
] ]
}, },
"win32metadata": {
"CompanyName": "Rambox",
"ProductName": "Rambox",
"InternalName": "Rambox"
},
"win": { "win": {
"title": "Rambox", "title": "Rambox",
"target": [ "target": [
"squirrel", "squirrel",
"zip" "zip"
@ -91,8 +98,8 @@
"linux": { "linux": {
"target": [ "target": [
"AppImage", "AppImage",
"deb", "deb",
"rpm", "rpm",
"zip", "zip",
"tar.gz" "tar.gz"
], ],

Loading…
Cancel
Save