Update autodesk_fusion_installer.sh

This commit is contained in:
Steve Zabka
2024-08-02 22:09:11 +02:00
committed by GitHub
parent 72ee5c7074
commit 1ea1e700c7

View File

@@ -124,8 +124,6 @@ function create_data_structure() {
mv -f Fusion360Clientinstaller.exe "$fusion360_installer_client" mv -f Fusion360Clientinstaller.exe "$fusion360_installer_client"
fi fi
https://dl.appstreaming.autodesk.com/production/installers/Fusion%20Client%20Downloader.exe
# Search for an existing installer of WEBVIEW2 # Search for an existing installer of WEBVIEW2
webview2_installer="$selected_directory/downloads/WebView2installer.exe" webview2_installer="$selected_directory/downloads/WebView2installer.exe"
if [ -f "$webview2_installer" ]; then if [ -f "$webview2_installer" ]; then