Skip to content

Commit

Permalink
Desktop: Use asar packing to improve performances (#2531)
Browse files Browse the repository at this point in the history
* Use the strongly recommended asar packing on linux

* Use asar for macOS packaging

* Update package.json

Co-authored-by: Laurent Cozic <[email protected]>
  • Loading branch information
R-L-T-Y and laurent22 authored Feb 26, 2020
1 parent 16fb1bd commit ef8af13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ElectronClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"build/images/*"
],
"win": {
"asar": true,
"rfc3161TimeStampServer": "http://sha256timestamp.ws.symantec.com/sha256/timestamp",
"icon": "../../Assets/Joplin.ico",
"target": [
Expand Down Expand Up @@ -54,10 +55,10 @@
},
"mac": {
"icon": "../../Assets/macOs.icns",
"asar": false
"asar": true
},
"linux": {
"asar": false,
"asar": true,
"category": "Office",
"desktop": {
"Icon": "joplin"
Expand Down

0 comments on commit ef8af13

Please sign in to comment.