mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 09:49:46 +03:00
fix: check for dwebp
binary
This commit is contained in:
parent
f14142a6fb
commit
fc1c18b88e
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ impl SimpleAsyncComponent for WelcomeApp {
|
|||
let installed =
|
||||
is_available("git") &&
|
||||
is_available("xdelta3") &&
|
||||
is_available("dwebp") &&
|
||||
(is_available("7z") || is_available("7za"));
|
||||
|
||||
if installed {
|
||||
|
|
Loading…
Add table
Reference in a new issue