Update wine-custom.sh

This commit is contained in:
Steve Zabka
2021-10-20 16:36:15 +02:00
committed by GitHub
parent f043ac5a72
commit 3dc5ffa9e0

View File

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