diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8fef25d..8fc00ec 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" tauri-build = { version = "1.5.2", features = [] } [dependencies] -tauri = { version = "1.6.8", features = [ "dialog-save", "fs-write-file", "app-all", "shell-open", "updater"] } +tauri = { version = "1.6.8", features = [ "dialog-confirm", "dialog-save", "fs-write-file", "app-all", "shell-open", "updater"] } tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } tauri-plugin-persisted-scope = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } serde = { version = "1.0", features = ["derive"] } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b7c9d41..4407b09 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -4,7 +4,7 @@ "beforeDevCommand": "npm run start -- --port 1420", "beforeBuildCommand": "npm run build", "devPath": "http://localhost:1420", - "distDir": "../dist/kuwaka-wakati", + "distDir": "../dist/kuwaka-wakati/browser", "withGlobalTauri": false }, "package": {