mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-05 04:45:48 +01:00
Solved bug with no existing ./autodesk_fusion_launcher.sh file
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# Author URI: https://cryinkfly.com #
|
# Author URI: https://cryinkfly.com #
|
||||||
# License: MIT #
|
# License: MIT #
|
||||||
# Copyright (c) 2020-2024 #
|
# Copyright (c) 2020-2024 #
|
||||||
# Time/Date: 07:20/09.08.2024 #
|
# Time/Date: 17:00/09.08.2024 #
|
||||||
# Version: 2.0.0-Alpha #
|
# Version: 2.0.0-Alpha #
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
@@ -733,7 +733,7 @@ EOL
|
|||||||
sed -i 's/=env WINEPREFIX=/=env WINEDEBUG=-all env WINEPREFIX=/g' "$HOME/.local/share/applications/wine/Programs/Autodesk/Autodesk Fusion.desktop"
|
sed -i 's/=env WINEPREFIX=/=env WINEDEBUG=-all env WINEPREFIX=/g' "$HOME/.local/share/applications/wine/Programs/Autodesk/Autodesk Fusion.desktop"
|
||||||
|
|
||||||
# Download some script files for Autodesk Fusion 360!
|
# Download some script files for Autodesk Fusion 360!
|
||||||
curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/data/autodesk_fusion_launcher.sh -o "$SELECTED_DIRECTORY/bin"
|
curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/data/autodesk_fusion_launcher.sh -o "$SELECTED_DIRECTORY/bin/autodesk_fusion_launcher.sh"
|
||||||
chmod +x "$SELECTED_DIRECTORY/bin/autodesk_fusion_launcher.sh"
|
chmod +x "$SELECTED_DIRECTORY/bin/autodesk_fusion_launcher.sh"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user