Skip to content

Commit

Permalink
Added correct deb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonicbytes committed Feb 1, 2024
1 parent 067fe88 commit d8f9443
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions examples/tauri-postgres/src-tauri/tauri.linux.conf.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"tauri": {
"bundle": {
"identifier": "electric-tauri-postgres",
"resources": ["./libonnxruntime.so", "./pgdir/*"]
}
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"tauri": {
"bundle": {
"deb": {
"depends": ["libsoup2.4-dev", "libjavascriptcoregtk-4.0-dev"]
},
"identifier": "electric-tauri-postgres",
"resources": ["./libonnxruntime.so", "./pgdir/*"]
}
}
}

0 comments on commit d8f9443

Please sign in to comment.