From 83072bc8b10dd69e0845f8572536fbb478f6d2b9 Mon Sep 17 00:00:00 2001 From: Steve Zabka Date: Mon, 2 Sep 2024 21:45:21 +0200 Subject: [PATCH] Update autodesk_fusion_installer_x86-64.sh --- files/setup/autodesk_fusion_installer_x86-64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/setup/autodesk_fusion_installer_x86-64.sh b/files/setup/autodesk_fusion_installer_x86-64.sh index f2b7946..d20fa8f 100755 --- a/files/setup/autodesk_fusion_installer_x86-64.sh +++ b/files/setup/autodesk_fusion_installer_x86-64.sh @@ -7,7 +7,7 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2024 # -# Time/Date: 21:40/02.09.2024 # +# Time/Date: 21:45/02.09.2024 # # Version: 2.0.0-Alpha # #################################################################################################### @@ -672,7 +672,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/" + 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" }