add_in_steam.sh: fix icon
This commit is contained in:
parent
53238e06af
commit
04a7c25d11
@ -3,14 +3,14 @@
|
|||||||
# based on https://github.com/sonic2kk/steamtinkerlaunch/blob/master/steamtinkerlaunch
|
# based on https://github.com/sonic2kk/steamtinkerlaunch/blob/master/steamtinkerlaunch
|
||||||
|
|
||||||
PROGNAME="PortProton"
|
PROGNAME="PortProton"
|
||||||
|
name_desktop_png="${name_desktop// /_}"
|
||||||
NOSTAPPNAME="$name_desktop"
|
NOSTAPPNAME="$name_desktop"
|
||||||
NOSTEXEPATH="\"${STEAM_SCRIPTS}/${name_desktop}.sh\""
|
NOSTEXEPATH="\"${STEAM_SCRIPTS}/${name_desktop}.sh\""
|
||||||
# NOSTSTDIR="\"${PATH_TO_GAME}\""
|
# NOSTSTDIR="\"${PATH_TO_GAME}\""
|
||||||
if [[ -z "${NOSTSTDIR}" ]] ; then
|
if [[ -z "${NOSTSTDIR}" ]] ; then
|
||||||
NOSTSTDIR="\"${STEAM_SCRIPTS}\""
|
NOSTSTDIR="\"${STEAM_SCRIPTS}\""
|
||||||
fi
|
fi
|
||||||
NOSTICONPATH="${PORT_WINE_PATH}/data/img/${name_desktop}.png"
|
NOSTICONPATH="${PORT_WINE_PATH}/data/img/$name_desktop_png.png"
|
||||||
BASESTEAMGRIDDBAPI="https://www.steamgriddb.com/api/v2"
|
BASESTEAMGRIDDBAPI="https://www.steamgriddb.com/api/v2"
|
||||||
|
|
||||||
## How Non-Steam AppIDs work, because it took me almost a year to figure this out
|
## How Non-Steam AppIDs work, because it took me almost a year to figure this out
|
||||||
|
Loading…
Reference in New Issue
Block a user