Skip to content

Commit 4b5a8a9

Browse files
committed
Slightly tweaked default package detection, fixed asset paths
1 parent 84fc107 commit 4b5a8a9

File tree

3 files changed

+213
-203
lines changed

3 files changed

+213
-203
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tauri-build = { version = "1", features = [] }
1414
anyhow = "1.0.86"
1515
thiserror = "1.0.63"
1616
showfile = "0.1.1"
17-
tauri = { version = "1", features = [ "protocol-all",
17+
tauri = { version = "1", features = [ "path-all", "protocol-all",
1818
"window-show",
1919
"dialog-all",
2020
"shell-open",

0 commit comments

Comments
 (0)