Windows: look for git repos in the startup directory

This commit is contained in:
Roey Darwish Dror
2021-02-02 22:28:22 +02:00
parent 27a3d37591
commit 66e62cc3eb
4 changed files with 51 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ self_update_crate = { version = "0.23.0", optional = true, package = "self_upda
[target.'cfg(windows)'.dependencies]
self_update_crate = { version = "0.23.0", optional = true, package = "self_update", features = ["archive-zip", "compression-zip-deflate"] }
winapi = "0.3.9"
parselnk = "0.1"
[target.'cfg(target_os = "linux")'.dependencies]
rust-ini = "0.16.0"