From 5629005f4abfce5892b04d624093ecf5825e87e3 Mon Sep 17 00:00:00 2001 From: Steve Zabka Date: Sat, 31 Aug 2024 09:01:40 +0200 Subject: [PATCH] Update autodesk_fusion_installer_x86-64.sh --- files/setup/autodesk_fusion_installer_x86-64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/setup/autodesk_fusion_installer_x86-64.sh b/files/setup/autodesk_fusion_installer_x86-64.sh index eeaa926..689d6b5 100755 --- a/files/setup/autodesk_fusion_installer_x86-64.sh +++ b/files/setup/autodesk_fusion_installer_x86-64.sh @@ -659,7 +659,7 @@ function download_files() { # Download the patched Qt6WebEngineCore.dll file curl -L "$QT6_WEBENGINECORE_URL" -o "$SELECTED_DIRECTORY/downloads/Qt6WebEngineCore.dll.7z" # Extract the patched the 6WebEngineCore.dll.7z file with overwrite option - 7z x -y "$SELECTED_DIRECTORY/downloads/Qt6WebEngineCore.dll.7z" -o "$SELECTED_DIRECTORY/downloads/Qt6WebEngineCore.dll" + 7z x -y "$SELECTED_DIRECTORY/downloads/Qt6WebEngineCore.dll.7z" -o"$SELECTED_DIRECTORY/downloads/" # Download the patched siappdll.dll file curl -L "$QT6_WEBENGINECORE_URL" -o "$SELECTED_DIRECTORY/downloads/Qt6WebEngineCore.dll" }