diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 0c1e12f2..3ba59df8 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -58,5 +58,4 @@ jobs: releaseBody: 'See the assets to download this version and install.' releaseDraft: false prerelease: false - includeDebug: true args: '--target universal-apple-darwin' diff --git a/src-tauri/macos/entitlements.plist b/src-tauri/macos/entitlements.plist new file mode 100644 index 00000000..7b677ae2 --- /dev/null +++ b/src-tauri/macos/entitlements.plist @@ -0,0 +1,8 @@ + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + + diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e1d55b71..11d4f4e6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.9" + "version": "2023.0.10" }, "tauri": { "windows": [], @@ -52,6 +52,7 @@ }, "macOS": { "exceptionDomain": "", + "entitlements": "macos/entitlements.plist", "frameworks": [] }, "windows": {