mirror of
https://github.com/simple64/simple64.git
synced 2026-07-11 01:24:00 +02:00
Update 7z for Windows (#454)
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user