Skip to content

Commit

Permalink
Fix mac crash
Browse files Browse the repository at this point in the history
  • Loading branch information
exentrich committed Feb 6, 2024
1 parent c5225d2 commit c214dd9
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 51 deletions.
2 changes: 2 additions & 0 deletions build/mac/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
</dict>
Expand Down
111 changes: 63 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/raindropio/desktop.git"
},
"scripts": {
"dev": "electron-builder start --config build/config.js",
"dev": "electron .",
"build:mac": "npm run pre:build && electron-builder build --mac --config build/config.js",
"build:win": "npm run pre:build && electron-builder build --win --config build/config.js",
"build:linux": "npm run pre:build && electron-builder build --linux --config build/config.js",
Expand All @@ -32,7 +32,7 @@
"lodash": "^4.17.20"
},
"devDependencies": {
"electron": "25.2.x",
"electron": "28.1.x",
"electron-builder": "^24.4.0",
"electron-builder-squirrel-windows": "^24.5.1",
"electron-notarize": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion webapp

0 comments on commit c214dd9

Please sign in to comment.