Input validation fix, along with changing expect so it won't crash

This commit is contained in:
Ember
2026-02-10 17:09:55 -08:00
committed by Brad Warren
parent 5efa12f358
commit 87c79bddf7
2 changed files with 5 additions and 5 deletions

View File

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