diff --git a/files/scripts/stable-branch/data/resources/wine/wine-custom.sh b/files/scripts/stable-branch/data/resources/wine/wine-custom.sh index 69df738..3f50670 100644 --- a/files/scripts/stable-branch/data/resources/wine/wine-custom.sh +++ b/files/scripts/stable-branch/data/resources/wine/wine-custom.sh @@ -71,7 +71,7 @@ function desktop-launcher-custom { if [ "$answer" -eq 0 ]; then echo "$launcher" > $file - mv $file $HOME/.local/share/fusion360/Autodesk%20Fusion%20360.desktop + mv $file "$HOME/.local/share/fusion360/Autodesk Fusion 360.desktop" elif [ "$answer" -eq 1 ]; then desktop-launcher-custom fi