From ef8af13500c61f2aecc270f0212fe243c2269407 Mon Sep 17 00:00:00 2001 From: R-L-T-Y Date: Wed, 26 Feb 2020 17:39:24 -0600 Subject: [PATCH] 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 --- ElectronClient/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ElectronClient/package.json b/ElectronClient/package.json index fbfb629f7a..20d95b705f 100644 --- a/ElectronClient/package.json +++ b/ElectronClient/package.json @@ -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"