From a1f2b8f78a7b38af6311fd834afae5fb992b65a2 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:41:52 +0200 Subject: [PATCH] #319 Bug not fixed! --- files/builds/stable-branch/bin/install.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/files/builds/stable-branch/bin/install.sh b/files/builds/stable-branch/bin/install.sh index 983198e..40e9745 100644 --- a/files/builds/stable-branch/bin/install.sh +++ b/files/builds/stable-branch/bin/install.sh @@ -7,7 +7,7 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2022 # -# Time/Date: 15:20/06.04.2023 # +# Time/Date: 16:40/06.04.2023 # # Version: 1.8.7 # #################################################################################################### @@ -451,14 +451,6 @@ function SP_FUSION360_INSTALL { # We must set to Windows 10 again because some other winetricks sometimes set it back to Windows XP! WINEPREFIX="$WP_DIRECTORY" sh "$SP_PATH/bin/winetricks" -q win10 sleep 5s - # Solved the bug with the login mask of Fusion 360 (internet browser): - cd "$WP_DIRECTORY/drive_c/users/$USER/Downloads" || return - wget -N https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/driver/web-browser/web.reg - WINEPREFIX=$WP_DIRECTORY wine regedit.exe web.reg - wget https://ftp.mozilla.org/pub/firefox/releases/111.0/win64/en-US/Firefox%20Setup%20111.0.exe -O Firefox.exe - WINEPREFIX=$HOME/.fusion360/wineprefixes/default wine Firefox.exe - cd "$WP_DIRECTORY" || return - sleep 5s # We must copy the EXE-file directly in the Wineprefix folder (Sandbox-Mode)! cp "$SP_PATH/downloads/Fusion360installer.exe" "$WP_DIRECTORY/drive_c/users/$USER/Downloads" # This start and stop the installer automatically after a time!