This repository was archived by the owner on Feb 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
files/builds/stable-branch/bin Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 77# Author URI: https://cryinkfly.com #
88# License: MIT #
99# Copyright (c) 2020-2022 #
10- # Time/Date: 15:20 /06.04.2023 #
10+ # Time/Date: 16:40 /06.04.2023 #
1111# Version: 1.8.7 #
1212# ###################################################################################################
1313
@@ -451,14 +451,6 @@ function SP_FUSION360_INSTALL {
451451 # We must set to Windows 10 again because some other winetricks sometimes set it back to Windows XP!
452452 WINEPREFIX=" $WP_DIRECTORY " sh " $SP_PATH /bin/winetricks" -q win10
453453 sleep 5s
454- # Solved the bug with the login mask of Fusion 360 (internet browser):
455- cd " $WP_DIRECTORY /drive_c/users/$USER /Downloads" || return
456- wget -N https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/driver/web-browser/web.reg
457- WINEPREFIX=$WP_DIRECTORY wine regedit.exe web.reg
458- wget https://ftp.mozilla.org/pub/firefox/releases/111.0/win64/en-US/Firefox%20Setup%20111.0.exe -O Firefox.exe
459- WINEPREFIX=$HOME /.fusion360/wineprefixes/default wine Firefox.exe
460- cd " $WP_DIRECTORY " || return
461- sleep 5s
462454 # We must copy the EXE-file directly in the Wineprefix folder (Sandbox-Mode)!
463455 cp " $SP_PATH /downloads/Fusion360installer.exe" " $WP_DIRECTORY /drive_c/users/$USER /Downloads"
464456 # This start and stop the installer automatically after a time!
You can’t perform that action at this time.
0 commit comments