From d88e5f9397f1fb4231d2a4b19d420f5ecb6fe121 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Tue, 15 Apr 2025 17:20:16 +1200 Subject: [PATCH] Support MacOS arm64 --- README.md | 2 +- materialious/electron/electron-builder.config.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 188580e6..b17fd47d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ I've commented out places what aren't relevant but might be in the future.--> - MacOS (x64) + MacOS (x64 & arm64) MacOS Download diff --git a/materialious/electron/electron-builder.config.json b/materialious/electron/electron-builder.config.json index 1e861508..c5902aba 100644 --- a/materialious/electron/electron-builder.config.json +++ b/materialious/electron/electron-builder.config.json @@ -73,7 +73,12 @@ } ], "category": "Entertainment", - "target": "dmg" + "target": [ + { + "target": "default", + "arch": "universal" + } + ] }, "linux": { "publish": [