move modem to asar

This commit is contained in:
DJ2LS 2023-10-24 23:41:17 +02:00
parent 147b11e6fe
commit 287826831b

View file

@ -13,10 +13,6 @@
"files": [
"dist",
"dist-electron",
],
"extraResources": [
{
"from": "../modem/dist/modem/",
"to": "modem",
@ -28,6 +24,8 @@
],
"mac": {
"target": [
{
@ -41,7 +39,7 @@
"entitlements": "build/entitlements.plist",
"entitlementsInherit": "build/entitlements.plist",
"gatekeeperAssess": false,
"mergeASARs": false,
"mergeASARs": true,
"x64ArchFiles": "**/*",
"artifactName": "${productName}-Mac-${version}.${ext}"
},