Browse Source

Fix: Linux build failure

pull/2453/head
Vulich Fernando 6 years ago
parent
commit
a5f158ecad
  1. 6
      package-lock.json
  2. 3
      package.json

6
package-lock.json generated

@ -2153,9 +2153,9 @@
}
},
"ejs": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.1.tgz",
"integrity": "sha512-kS/gEPzZs3Y1rRsbGX4UOSjtP/CeJP0CxSNZHYxGfVM/VgLcv0ZqM7C45YyTj2DI2g7+P9Dd24C+IMIg6D0nYQ==",
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.2.tgz",
"integrity": "sha512-rHGwtpl67oih3xAHbZlpw5rQAt+YV1mSCu2fUZ9XNrfaGEhom7E+AUiMci+ByP4aSfuAWx7hE0BPuJLMrpXwOw==",
"dev": true
},
"electron": {

3
package.json

@ -65,6 +65,9 @@
"productName": "Rambox",
"appId": "com.grupovrs.ramboxce",
"asar": true,
"electronDownload": {
"version": "7.1.1"
},
"mac": {
"category": "public.app-category.productivity",
"artifactName": "Rambox-${version}-mac.${ext}",

Loading…
Cancel
Save