From 2e5eb55cb60cc42a6ebdd1c99d687c0bc088fce5 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:35:16 -0400 Subject: [PATCH] try patch macos dylib issue --- src-tauri/tauri.conf.canary.json | 10 ++++++++-- src-tauri/tauri.conf.json | 8 +++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.canary.json b/src-tauri/tauri.conf.canary.json index 7c04ee4a..f9ba36b6 100644 --- a/src-tauri/tauri.conf.canary.json +++ b/src-tauri/tauri.conf.canary.json @@ -45,7 +45,13 @@ "depends": [] }, "macOS": { - "frameworks": [], + "frameworks": [ + "gmp.dll", + "gmp.lib", + "libgmp-10.dll", + "libgmp.10.dylib", + "libgmp.a" + ], "minimumSystemVersion": "", "exceptionDomain": "localhost", "signingIdentity": null, @@ -79,4 +85,4 @@ "csp": "default-src 'self' blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'" } } -} +} \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8918c68f..223e6909 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -45,7 +45,13 @@ "depends": [] }, "macOS": { - "frameworks": [], + "frameworks": [ + "gmp.dll", + "gmp.lib", + "libgmp-10.dll", + "libgmp.10.dylib", + "libgmp.a" + ], "minimumSystemVersion": "", "exceptionDomain": "localhost", "signingIdentity": null,