mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2026-05-07 16:36:48 +02:00
Add override option to etxract Qt6WebEngineCore
This commit is contained in:
@@ -479,8 +479,8 @@ function download_files() {
|
||||
download_extensions_files
|
||||
# Download the patched Qt6WebEngineCore.dll file
|
||||
curl -L "$QT6_WEBENGINECORE_URL" -o "$SELECTED_DIRECTORY/downloads/Qt6WebEngineCore.dll.7z"
|
||||
# Extract the patched t6WebEngineCore.dll.7z file
|
||||
7z x "$SELECTED_DIRECTORY/downloads/Qt6WebEngineCore.dll.7z" -o"$SELECTED_DIRECTORY/downloads/"
|
||||
# Extract the patched t6WebEngineCore.dll.7z file with overwrite option
|
||||
7z x -y "$SELECTED_DIRECTORY/downloads/Qt6WebEngineCore.dll.7z" -o"$SELECTED_DIRECTORY/downloads/"
|
||||
}
|
||||
|
||||
# Download an extension if it doesn't exist or is older than 7 days
|
||||
|
||||
Reference in New Issue
Block a user