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:
parent
16fb1bda53
commit
ef8af13500
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user