Skip to content

Commit

Permalink
try patch macos dylib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Oct 28, 2023
1 parent 2c0e3e3 commit 2e5eb55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions src-tauri/tauri.conf.canary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -79,4 +85,4 @@
"csp": "default-src 'self' blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
}
}
}
}
8 changes: 7 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e5eb55

Please sign in to comment.