diff --git a/electron-builder-alpha.yml b/electron-builder-alpha.yml index b58587412..d8ba96a62 100644 --- a/electron-builder-alpha.yml +++ b/electron-builder-alpha.yml @@ -43,10 +43,11 @@ mac: icon: assets/icons/icon.icns type: distribution hardenedRuntime: false - identity: "-" + identity: '-' gatekeeperAssess: false notarize: false - + extendInfo: + NSLocalNetworkUsageDescription: 'Local network is necessary for accessing servers hosted on the same system as Feishin' dmg: contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }] @@ -61,7 +62,7 @@ linux: artifactName: ${productName}-${os}-${arch}.${ext} toolsets: - appimage: "1.0.2" + appimage: '1.0.2' npmRebuild: false diff --git a/electron-builder-beta.yml b/electron-builder-beta.yml index 3d747fe87..4fcae5e5c 100644 --- a/electron-builder-beta.yml +++ b/electron-builder-beta.yml @@ -43,9 +43,11 @@ mac: icon: assets/icons/icon.icns type: distribution hardenedRuntime: false - identity: "-" + identity: '-' gatekeeperAssess: false notarize: false + extendInfo: + NSLocalNetworkUsageDescription: 'Local network is necessary for accessing servers hosted on the same system as Feishin' dmg: contents: [{ x: 130, y: 220 }, { x: 410, y: 220, type: link, path: /Applications }] @@ -60,7 +62,7 @@ linux: artifactName: ${productName}-${os}-${arch}.${ext} toolsets: - appimage: "1.0.2" + appimage: '1.0.2' npmRebuild: false publish: