From 06b7b53dc98dbfc03fece971f6054564e20ebc1f Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Sun, 5 Apr 2026 08:03:28 -0700 Subject: [PATCH] feat(macos): add NSLocalNetworkUsageDescription --- electron-builder.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index adf26c391..d6b7d0361 100644 --- a/electron-builder.yml +++ b/electron-builder.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 afterAllArtifactBuild: scripts/after-all-artifact-build.mjs