Update fusion360-setup-wizard.sh

This commit is contained in:
Steve Zabka
2021-11-23 10:57:18 +01:00
committed by GitHub
parent 6a886f5ba1
commit abdf9aafe7

View File

@@ -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