Skip to content

Commit

Permalink
☮ - added some more changes for #422
Browse files Browse the repository at this point in the history
  • Loading branch information
frostworx committed Feb 26, 2022
1 parent 9e33c24 commit 5fabd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ function writeDesktopFile {
writelog "SKIP" "${FUNCNAME[0]} - $DESTDTF already exists"
else
getGameName "$1"
writelog "INFO" "${FUNCNAME[0]} - Found gamename '$GAMENAME'"
writelog "INFO" "${FUNCNAME[0]} - Found gamename '$GAMENAME' for arg '$1'"

if [ -n "$GAMENAME" ] && [ "$GAMENAME" != "$NON" ]; then
writelog "INFO" "${FUNCNAME[0]} - Creating '$DESTDTF' for '$GAMENAME'"
Expand Down

0 comments on commit 5fabd11

Please sign in to comment.