fix(updater): fix appimage extraction (#784)

* fix updater on linux

* review changes

* Apply suggestions from code review

* change file

---------

Co-authored-by: Kris Krolak <krzysiek.krolak@gmail.com>
This commit is contained in:
kris-ava
2023-11-30 20:46:02 +02:00
committed by GitHub
co-authored by Kris Krolak
parent 2e2c0a1b95
commit e7c72c9816
4 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ tar = "0.4"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "0.6", default-features = false }
[target."cfg(target_os = \"macos\")".dependencies]
[target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies]
flate2 = "1.0.27"
[dev-dependencies]