Skip to content

Commit

Permalink
Merge pull request #232 from rainlanguage/2024-02-13-fix-macos-build
Browse files Browse the repository at this point in the history
fix: macos dynamic linking error preventing launch
  • Loading branch information
thedavidmeister authored Feb 14, 2024
2 parents a65305f + 2d98285 commit 78c0999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
fail-fast: false
matrix:
platform: [
macos-latest,
macos-12,
macos-14,
ubuntu-20.04
# Someone who cares can make windows work.
# windows-latest
Expand Down
5 changes: 1 addition & 4 deletions tauri-app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"macOS": {
"signingIdentity": "-"
}
]
},
"security": {
"csp": null
Expand Down

0 comments on commit 78c0999

Please sign in to comment.