We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9884e4e commit 3c93d77Copy full SHA for 3c93d77
1 file changed
standalone/src-tauri/src/db.rs
@@ -110,7 +110,7 @@ fn resolve_extension_path(app_handle: &AppHandle) -> Option<PathBuf> {
110
let lib_name = extension_lib_name();
111
match app_handle.path().resource_dir() {
112
Ok(resource_dir) => {
113
- let resource_path = resource_dir.join(&lib_name);
+ let resource_path = resource_dir.join("resources").join(&lib_name);
114
log::debug!(
115
"Checking resource SQLite extension at {}",
116
resource_path.display()
0 commit comments