delete download when stopping

This commit is contained in:
SpikeHD
2022-05-12 22:11:47 -07:00
parent 1eb2ae02cc
commit 9085424eb6
7 changed files with 51 additions and 5 deletions

View File

@@ -19,6 +19,9 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
# For creating a "global" downloads list
lazy_static = "1.4.0"
# Access to the Windows Registry.
registry = "1.2.1"
# Program opener.