mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-11 15:55:46 +01:00
Update fusion360-setup-wizard.sh
This commit is contained in:
@@ -1124,7 +1124,7 @@ function setupact-f360-modify-launcher {
|
|||||||
answer=$?
|
answer=$?
|
||||||
|
|
||||||
if [ "$answer" -eq 0 ]; then
|
if [ "$answer" -eq 0 ]; then
|
||||||
echo "$launcher" > $file
|
echo "$launcher" > $modify_f360_launcher
|
||||||
rm "$HOME/.local/share/fusion360/launcher.sh"
|
rm "$HOME/.local/share/fusion360/launcher.sh"
|
||||||
mv $modify_f360_launcher "$HOME/.local/applications/wine/Programs/Autodesk/fusion360-launcher.sh"
|
mv $modify_f360_launcher "$HOME/.local/applications/wine/Programs/Autodesk/fusion360-launcher.sh"
|
||||||
elif [ "$answer" -eq 1 ]; then
|
elif [ "$answer" -eq 1 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user