Skip to content

Commit

Permalink
[fix] sqlite error
Browse files Browse the repository at this point in the history
  • Loading branch information
hulxv committed Jun 2, 2022
1 parent d6a66ea commit 8ef3288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "app/background.js",
"scripts": {
"dev": "nextron ",
"build": "nextron build --x64 --arm64",
"build": "nextron build",
"test:build": "nextron build --linux --publish never",
"postinstall": "electron-builder install-app-deps",
"clean:next": "if [ -d 'renderer/.next' ]; then rm -rf renderer/.next;fi;",
Expand All @@ -22,6 +22,7 @@
"electron-store": "^8.0.1",
"electron-updater": "^5.0.1",
"knex": "^2.1.0",
"sqlite3": "^5.0.8",
"sudo-prompt": "^9.2.1",
"systeminformation": "^5.11.15"
},
Expand All @@ -45,7 +46,6 @@
"react-icons": "^4.3.1",
"react-json-view": "^1.21.3",
"react-viewport-list": "^5.2.1",
"react-xml-viewer": "^1.3.0",
"sqlite3": "^5.0.8"
"react-xml-viewer": "^1.3.0"
}
}

0 comments on commit 8ef3288

Please sign in to comment.