Hopefully fix AppImage build not finding migrations. I think it was because the productName had a capital Yaak in it.

This commit is contained in:
Gregory Schier
2024-06-04 14:59:40 -07:00
parent 5e2218fd64
commit 82d3304c38
7 changed files with 116 additions and 130 deletions

View File

@@ -18,5 +18,5 @@ anyhow = "1.0.79"
hyper = { version = "0.14" }
hyper-rustls = { version = "0.24.0", features = ["http2"] }
uuid = { version = "1.7.0", features = ["v4"] }
tauri = { version = "2.0.0-beta.16" }
tauri-plugin-shell = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri = { version = "2.0.0-beta" }
tauri-plugin-shell = "2.0.0-beta"