From 5d8d8dca70233be11c3d0df3fe5923d457b6176e Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 2 Apr 2023 15:33:13 -0700 Subject: [PATCH] Try universal binary --- .github/workflows/artifacts.yml | 1 + src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 9b1eb69e..9720af24 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -54,3 +54,4 @@ jobs: releaseBody: 'See the assets to download this version and install.' releaseDraft: true prerelease: false + args: '--target universal-apple-darwin' diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4cf00f0b..4381f63c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.2" + "version": "2023.0.3" }, "tauri": { "windows": [],