mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-09 14:55:44 +01:00
Change the "standard" installation
I have change the launcher for Autodesk Fusion 360!
This commit is contained in:
@@ -271,7 +271,7 @@ function winetricks-standard {
|
|||||||
cd Options &&
|
cd Options &&
|
||||||
configure-dxvk-or-opengl-standard-3 &&
|
configure-dxvk-or-opengl-standard-3 &&
|
||||||
#Set up the program launcher for you!
|
#Set up the program launcher for you!
|
||||||
cd "$HOME/.local/share/applications" &&
|
cd "$HOME/.local/share/applications/wine/Programs/Autodesk" &&
|
||||||
wget -N https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/files/Autodesk%20Fusion%20360.desktop &&
|
wget -N https://raw.githubusercontent.com/cryinkfly/Fusion-360---Linux-Wine-Version-/main/files/Autodesk%20Fusion%20360.desktop &&
|
||||||
logfile-installation-standard &&
|
logfile-installation-standard &&
|
||||||
install-extensions-standard &&
|
install-extensions-standard &&
|
||||||
@@ -322,8 +322,11 @@ function logfile-installation {
|
|||||||
|
|
||||||
function logfile-installation-standard {
|
function logfile-installation-standard {
|
||||||
mkdir -p "/$HOME/.local/share/fusion360/logfiles" &&
|
mkdir -p "/$HOME/.local/share/fusion360/logfiles" &&
|
||||||
cd "/$HOME/.local/share/fusion360/logfiles" &&
|
cd "/$HOME/.local/share/fusion360" &&
|
||||||
echo "/$HOME/.wineprefixes/fusion360/logfiles" >> path-log.txt
|
wget -N https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/launcher.sh &&
|
||||||
|
chmod +x launcher.sh &&
|
||||||
|
cd "logfiles" &&
|
||||||
|
echo "/$HOME/.wineprefixes/fusion360" >> path-log.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
function logfile-installation-custom {
|
function logfile-installation-custom {
|
||||||
|
|||||||
Reference in New Issue
Block a user