Update 7z for Windows (#454)

This commit is contained in:
Logan McNaughton
2024-10-07 14:43:39 +02:00
committed by GitHub
parent 97928b2e87
commit 83f9679ddb
+3 -3
View File
@@ -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}"