File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15731,14 +15731,20 @@ w_metadata 7zip apps \
15731
15731
publisher="Igor Pavlov" \
15732
15732
year="2024" \
15733
15733
media="download" \
15734
- file1="7z2408 .exe" \
15735
- installed_exe1="${W_PROGRAMS_X86_WIN }/7-Zip/7zFM.exe"
15734
+ file1="7z2409 .exe" \
15735
+ installed_exe1="${W_PROGRAMS_WIN }/7-Zip/7zFM.exe"
15736
15736
15737
15737
load_7zip()
15738
15738
{
15739
- w_download https://www.7-zip.org/a/7z2409.exe e35e4374100b52e697e002859aefdd5533bcbf4118e5d2210fae6de318947c41
15739
+ if [ "${W_ARCH}" = "win32" ]; then
15740
+ w_download https://www.7-zip.org/a/7z2409.exe e35e4374100b52e697e002859aefdd5533bcbf4118e5d2210fae6de318947c41
15741
+ _W_installer_exe=7z2409.exe
15742
+ elif [ "${W_ARCH}" = "win64" ]; then
15743
+ w_download https://www.7-zip.org/a/7z2409-x64.exe bdd1a33de78618d16ee4ce148b849932c05d0015491c34887846d431d29f308e
15744
+ _W_installer_exe=7z2409-x64.exe
15745
+ fi
15740
15746
w_try_cd "${W_CACHE}/${W_PACKAGE}"
15741
- w_try "${WINE}" "${file1 }" ${W_OPT_UNATTENDED:+/S}
15747
+ w_try "${WINE}" "${_W_installer_exe }" ${W_OPT_UNATTENDED:+/S}
15742
15748
}
15743
15749
15744
15750
#----------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments