Skip to content

Commit

Permalink
msxml3: added downloading dll with resources for 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
SurenIV committed May 30, 2024
1 parent 3832928 commit 7edeaa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -12002,7 +12002,9 @@ load_msxml3()

if [ "${W_ARCH}" = "win64" ]; then
helper_win7sp1_x64 amd64_microsoft-windows-msxml30_31bf3856ad364e35_6.1.7601.17514_none_e6944609ad75ac7d/msxml3.dll
w_download https://cloudflare-ipfs.com/ipfs/QmanVf9v1NDfBRieGmuHLNkZyoxndijitbTJxs9MyGVpCc?filename=msxml3r.dll 3efa5c3a8ee14c2de9f9ea5507a9950a0d991184dd723c79aca786e0b5fd7cf5 msxml3r.dll
w_try_cp_dll "${W_TMP}/amd64_microsoft-windows-msxml30_31bf3856ad364e35_6.1.7601.17514_none_e6944609ad75ac7d/msxml3.dll" "${W_SYSTEM64_DLLS}/msxml3.dll"
w_try_cp_dll "${W_CACHE}/${W_PACKAGE}/msxml3r.dll" "${W_SYSTEM64_DLLS}/msxml3r.dll"
fi
}

Expand Down

0 comments on commit 7edeaa4

Please sign in to comment.