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

Desktop: Remove support for buggy asar packing as it breaks notifications on macOS. Also make sure only DMG is built for macOS.

This commit is contained in:
Laurent Cozic 2020-11-27 12:40:43 +00:00
parent dfa928c1f7
commit 46c38ce0e0

View File

@ -32,7 +32,7 @@
"build/images/*"
],
"afterAllArtifactBuild": "./generateSha512.js",
"asar": true,
"asar": false,
"asarUnpack": "./node_modules/node-notifier/vendor/**",
"win": {
"rfc3161TimeStampServer": "http://timestamp.comodoca.com/rfc3161",
@ -72,7 +72,8 @@
"artifactName": "${productName}Portable.${ext}"
},
"mac": {
"icon": "../../Assets/macOs.icns"
"icon": "../../Assets/macOs.icns",
"target": "dmg"
},
"linux": {
"icon": "../../Assets/LinuxIcons",