From b998dcfd0efb57cf01f9ff0c1d9d8401109d4358 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Tue, 22 Apr 2025 09:43:39 +1000 Subject: [PATCH] More Windows deps. --- util/env-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/env-bootstrap.sh b/util/env-bootstrap.sh index 06ec2993d58..07594f8ce61 100755 --- a/util/env-bootstrap.sh +++ b/util/env-bootstrap.sh @@ -182,7 +182,7 @@ __EOT__ get_package_manager_deps() { case $(fn_os) in macos) echo "zstd clang-format make hidapi libusb dos2unix git" ;; - windows) echo "base-devel: zstd:x toolchain:x clang:x hidapi:x dos2unix: git:" ;; + windows) echo "base-devel: zstd:x toolchain:x clang:x hidapi:x dos2unix: git: unzip:" ;; linux) case $(grep ID /etc/os-release) in *arch* | *manjaro*) echo "zstd base-devel clang diffutils unzip wget zip hidapi dos2unix git" ;;