Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Try to fix AppImage by statically setting electron, electron-builder,…
Browse files Browse the repository at this point in the history
… electron-rebuild and sqlite3 version
  • Loading branch information
binarybaron committed Jan 10, 2023
1 parent 01c867e commit 7aea90f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@
"css-minimizer-webpack-plugin": "^3.3.1",
"detect-port": "^1.3.0",
"download": "^8.0.0",
"electron": "^16.0.5",
"electron-builder": "^23.0.4",
"electron": "16.0.5",
"electron-builder": "23.0.4",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.1.1",
"electron-rebuild": "^3.2.5",
"electron-rebuild": "3.2.5",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-erb": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://unstoppableswap.net"
},
"dependencies": {
"sqlite3": "^5.0.2",
"sqlite3": "5.0.2",
"chokidar": "^3.5.3"
},
"license": "MIT"
Expand Down

0 comments on commit 7aea90f

Please sign in to comment.