remove tauri-shell entirely

This commit is contained in:
Markus Unterwaditzer
2025-11-17 18:32:54 +01:00
committed by Markus Unterwaditzer
parent 73a5d324c4
commit 3e9af006e1
5 changed files with 0 additions and 15 deletions

View File

@@ -20,6 +20,5 @@ tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri-plugin-shell = "2"
anyhow = "1.0.100"
installer = { path = "../../installer" }