Fixed check if file exists

This commit is contained in:
Lx32 2024-09-24 22:27:04 +02:00
parent f456fbbda7
commit 821fda1c47

View file

@ -77,7 +77,7 @@ add_to_steam() {
local launcher="$steamsync_folder/${sanitized_name}.sh" local launcher="$steamsync_folder/${sanitized_name}.sh"
if [ ! -e $launcher ]; then if [ ! -e "$launcher" ]; then
log d "Creating desktop file: $launcher" log d "Creating desktop file: $launcher"