mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: add rebuild:better-sqlite3 to electron release
This commit is contained in:
@@ -86,6 +86,11 @@ exports.electronMaker = async () => {
|
||||
})
|
||||
}
|
||||
|
||||
cp.execSync('yarn rebuild:better-sqlite3', {
|
||||
cwd: outputPath,
|
||||
stdio: 'inherit'
|
||||
})
|
||||
|
||||
cp.execSync('yarn electron:make', {
|
||||
cwd: outputPath,
|
||||
stdio: 'inherit'
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"forge": "./forge.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^7.4.1",
|
||||
"better-sqlite3": "7.4.1",
|
||||
"chokidar": "^3.5.1",
|
||||
"electron-log": "^4.3.1",
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user