Skip to content

Commit

Permalink
Attempt to use electron-rebuild to ensure correct binaries are includ…
Browse files Browse the repository at this point in the history
…ed in arm package.
  • Loading branch information
justinkambic committed Dec 18, 2024
1 parent 5da33e2 commit 4dcf41f
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 5 deletions.
114 changes: 110 additions & 4 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"react:start": "react-scripts start",
"react:build": "react-scripts build",
"dev": "concurrently -k \"BROWSER=none npm run react:start\" \"npm run tsc-electron -- -w\" \"wait-on http://127.0.0.1:3000 && nodemon --exec electron build/electron/electron.js\"",
"build": "npm run clean && npm run react:build && npm run tsc-electron",
"rebuild": "node node_modules/.bin/electron-rebuild",
"build": "npm run clean && npm run react:build && npm run tsc-electron && npm run rebuild",
"tsc-electron": "tsc -p tsconfig.node.json",
"pack": "npm run build && electron-builder",
"release": "npm run pack -- -mwl --publish=always",
Expand Down Expand Up @@ -51,6 +52,7 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@electron/notarize": "^1.2.3",
"@electron/rebuild": "^3.7.1",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.14",
Expand Down

0 comments on commit 4dcf41f

Please sign in to comment.