From 83f9679ddb7220379ee6d5d1dde1f92229b39597 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:43:39 +0200 Subject: [PATCH] Update 7z for Windows (#454) --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 81acafa..db7de0a 100755 --- a/build.sh +++ b/build.sh @@ -115,9 +115,9 @@ if [[ ${UNAME} == *"MINGW64"* ]]; then echo "Downloading 7-zip" mkdir -p "${base_dir}/7z" cd "${base_dir}/7z" - wget -q https://www.7-zip.org/a/7z2301-extra.7z - 7z x 7z2301-extra.7z - rm 7z2301-extra.7z + wget -q https://www.7-zip.org/a/7z2408-extra.7z + 7z x 7z2408-extra.7z + rm 7z2408-extra.7z fi cd "${install_dir}"