From f14d3aac21a8d09778ff23c54fd1bc7759a6690a Mon Sep 17 00:00:00 2001 From: Manuel Rauber Date: Tue, 25 Jun 2024 15:15:11 +0200 Subject: [PATCH] fix: use the correct path for tauri build --- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {