Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Jun 25, 2024
2 parents 1dd8a22 + f14d3aa commit f33c45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f33c45e

Please sign in to comment.