Merge pull request #30 from xuhcc/sqlite-fix
Set sqlite version to 4.0.7 for electron app
This commit is contained in:
commit
86d3b66286
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -44,6 +44,8 @@ build() {
|
|||
# Electron App
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/ElectronClient/app"
|
||||
|
||||
# NOTE: Manually forcing sqlite 4.0.7 for node v12, remove later on
|
||||
npm install sqlite3@4.0.7
|
||||
npm install
|
||||
rsync -a --delete "${srcdir}/${pkgname}-${pkgver}/ReactNativeClient/lib/" \
|
||||
"${srcdir}/${pkgname}-${pkgver}/ElectronClient/app/lib/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue