1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Desktop: Use asar packing to improve performances (#2531)

* Use the strongly recommended asar packing on linux

* Use asar for macOS packaging

* Update package.json

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
R-L-T-Y 2020-02-26 17:39:24 -06:00 committed by GitHub
parent 16fb1bda53
commit ef8af13500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
"build/images/*"
],
"win": {
"asar": true,
"rfc3161TimeStampServer": "http://sha256timestamp.ws.symantec.com/sha256/timestamp",
"icon": "../../Assets/Joplin.ico",
"target": [
@ -54,10 +55,10 @@
},
"mac": {
"icon": "../../Assets/macOs.icns",
"asar": false
"asar": true
},
"linux": {
"asar": false,
"asar": true,
"category": "Office",
"desktop": {
"Icon": "joplin"