From 3dc5ffa9e0c58d239bda1ef93eb9391630486136 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 20 Oct 2021 16:36:15 +0200 Subject: [PATCH] Update wine-custom.sh --- files/scripts/stable-branch/data/resources/wine/wine-custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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