From ce8c493fe3db9c945e7d871ad6504786a3a554d8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 7 Feb 2024 00:12:11 -0500 Subject: [PATCH] Updated the name of the configuration file in preparation for new release. --- linux-game-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 14c1701..dba4660 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -695,7 +695,7 @@ case "${game}" in sudo cp -v "${cache}/keyshare-universal.pk3" "${doomPath}" sudo rm -fv "${doomPath}/"*.lnk mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom" - cp "${doomPath}/gzdoom.ini" "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom/" + cp "${doomPath}/TobyConfig.ini" "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom/gzdoom.ini" cp "${doomPath}/zcajun/bots.cfg" "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom/" sed -i "s;^\[IWADSearch.Directories\]$;[IWADSearch.Directories]\nPath=${doomPath};" "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom/gzdoom.ini" sed -i "s;^\[FileSearch.Directories\]$;[FileSearch.Directories]\nPath=${doomPath};" "${XDG_CONFIG_HOME:-$HOME/.config}/gzdoom/gzdoom.ini"