made db work on relative paths
This commit is contained in:
parent
b38d0cc149
commit
5ef9f17436
8 changed files with 74 additions and 23 deletions
|
|
@ -23,6 +23,7 @@ pub fn run() {
|
|||
.plugin(tauri_plugin_fs::init())
|
||||
.plugin(tauri_plugin_log::Builder::new().build())
|
||||
.plugin(tauri_plugin_shell::init())
|
||||
.plugin(tauri_plugin_log::Builder::new().build())
|
||||
.setup(|app| {
|
||||
// allowed the given directory
|
||||
let scope = app.fs_scope();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue