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 3571701 commit e91a4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ function writeDesktopFile {
writelog "SKIP" "${FUNCNAME[0]} - $DESTDTF already exists"
else
getGameName "$1"
writelog "INFO" "${FUNCNAME[0]} - Creating '$DESTDTF'"

if [ -n "$GAMENAME" ] && [ "$GAMENAME" != "$NON" ]; then
{
Expand Down Expand Up @@ -812,6 +813,7 @@ function createDesktopIconFile {
mkProjDir "$STLISLDFD"
INTDTFILE="$STLISLDFD/$AID.desktop"
else
mkProjDir "$STLIDFD"
INTDTFILE="$STLIDFD/$AID.desktop"
fi

Expand Down

0 comments on commit e91a4fb

Please sign in to comment.