File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12847,7 +12847,7 @@ load_vcrun2015()
12847
12847
w_download https://download.microsoft.com/download/6/D/F/6DF3FF94-F7F9-4F0B-838C-A328D1A7D0EE/vc_redist.x64.exe d7257265dbc0635c96dd67ddf938a09abe0866cb2d4fa05f8b758c8644e724e4
12848
12848
# Also replace 64-bit msvcp140.dll & ucrtbase.dll
12849
12849
w_try_cabextract --directory="${W_TMP}/win64" "${W_CACHE}"/"${W_PACKAGE}"/vc_redist.x64.exe -F 'a10'
12850
- w_try_cabextract --directory="${W_SYSTEM64_DLLS}" "${W_TMP}/win32 /a10" -F 'msvcp140.dll'
12850
+ w_try_cabextract --directory="${W_SYSTEM64_DLLS}" "${W_TMP}/win64 /a10" -F 'msvcp140.dll'
12851
12851
w_try_cabextract --directory="${W_SYSTEM64_DLLS}" "${W_TMP}/win64/a10" -F 'ucrtbase.dll'
12852
12852
w_try_ms_installer "${WINE}" vc_redist.x64.exe ${W_OPT_UNATTENDED:+/q}
12853
12853
;;
You can’t perform that action at this time.
0 commit comments