From f71a5396dd5275556696e3e55e4d1033f7cb44b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Tue, 6 Jan 2026 02:33:49 +0100 Subject: [PATCH] Add macOS target block --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 52f7993..4b17a67 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,13 @@ }, "mac": { "category": "public.app-category.productivity", - "icon": "src/main/resources/assets/icon/macos.icns" + "icon": "src/main/resources/assets/icon/macos.icns", + "target": [ + { + "target": "dmg", + "arch": ["arm64"] + } + ] } }, "dependencies": {