Skip to content

Commit

Permalink
Solved the bug with open a link (login screen) #319
Browse files Browse the repository at this point in the history
  • Loading branch information
cryinkfly committed Apr 6, 2023
1 parent a311d11 commit 3d86945
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions files/builds/stable-branch/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2022 #
# Time/Date: 09:30/26.02.2023 #
# Version: 1.8.6 #
# Time/Date: 13:30/06.04.2023 #
# Version: 1.8.7 #
####################################################################################################

# Path: /$HOME/.fusion360/bin/install.sh
Expand Down Expand Up @@ -451,6 +451,12 @@ 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):
wget -N -P "$WP_DIRECTORY/drive_c/users/$USER/Downloads" https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/driver/web-browser/web.reg
cd "$WP_DIRECTORY/drive_c/users/$USER/Downloads" || return
WINEPREFIX=$WP_DIRECTORY wine regedit.exe web.reg
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!
Expand Down

0 comments on commit 3d86945

Please sign in to comment.