Update install.sh

This commit is contained in:
Steve Zabka
2023-04-06 15:18:42 +02:00
committed by GitHub
parent 139838c85e
commit f162bfdb1a

View File

@@ -7,7 +7,7 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2022 #
# Time/Date: 13:30/06.04.2023 #
# Time/Date: 15:20/06.04.2023 #
# Version: 1.8.7 #
####################################################################################################
@@ -452,9 +452,11 @@ function SP_FUSION360_INSTALL {
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
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)!