Fixed comment error and +x chmod

This commit is contained in:
Lx32 2024-10-23 23:01:23 +02:00
parent 8ec67359de
commit f822afdefb

View file

@ -116,6 +116,7 @@ else
$command
fi
EOF
chmod +x "$launcher"
else
log d "$launcher desktop file already exists"
mv "$launcher_tmp" "$launcher"
@ -131,7 +132,7 @@ EOF
remove_from_steam
else
log d "Updating game list"
#steam-rom-manager add
steam-rom-manager add
fi
log i "Steam Sync: completed"