mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-20 21:20:42 +02:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user