Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit a1f2b8f

Browse files
authored
#319 Bug not fixed!
1 parent f162bfd commit a1f2b8f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

files/builds/stable-branch/bin/install.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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!

0 commit comments

Comments
 (0)