Skip to content

Commit

Permalink
Fix sqlite error
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 20, 2024
1 parent 2c8f327 commit 2060324
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/electron/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
productName: 'PersonalAnalytics',
appId: 'ch.ifi.hasel.personal-analytics',
asar: true,
asarUnpack: [
'node_modules/better_sqlite3/**',
'node_modules/sqlite3/**',
],
directories: {
output: 'release/${version}'
},
Expand All @@ -16,7 +20,7 @@
publish: {
provider: "github",
owner: "HASEL-UZH",
repo: "PersonalAnalytics",
repo: "PersonalAnalytics"
},
afterSign: 'build/notarize.cjs',
mac: {
Expand Down Expand Up @@ -72,6 +76,6 @@
target: [
'AppImage'
],
artifactName: '${productName}-Linux-${version}.${ext}',
artifactName: '${productName}-Linux-${version}.${ext}'
}
}

0 comments on commit 2060324

Please sign in to comment.