From c4fea7a85af5a3103448819270a7be8917211eb3 Mon Sep 17 00:00:00 2001 From: Steve Zabka Date: Mon, 2 Sep 2024 21:51:55 +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 d20fa8f..eeb3e81 100755 --- a/files/setup/autodesk_fusion_installer_x86-64.sh +++ b/files/setup/autodesk_fusion_installer_x86-64.sh @@ -674,7 +674,7 @@ function download_files() { # Extract the patched the 6WebEngineCore.dll.7z file with overwrite option 7za e -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" + curl -L "$SIAPPDLL_URL" -o "$SELECTED_DIRECTORY/downloads/siappdll.dll" } # Download an extension if it doesn't exist or is older than 7 days