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,