From a900984ac77325f399022c442fda61ae40eec288 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 16 Feb 2022 19:18:15 -0500 Subject: [PATCH] Fixed a bug that will cause a file not found error on first run. --- audiogame-manager.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index bfc8a39..5a9463a 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -500,6 +500,7 @@ echo "Loading documentation, please wait..." winetricks() { # Report used packages to the winetricks maintainer so he knows they are being used. if ! [[ -e "${XDG_CACHE_HOME:-$HOME/.cache}/winetricks/track_usage" ]]; then + mkdir -p "${XDG_CACHE_HOME:-$HOME/.cache}/winetricks/" echo "1" > "${XDG_CACHE_HOME:-$HOME/.cache}/winetricks/track_usage" fi # Download or update agm's copy of winetricks @@ -978,7 +979,7 @@ gameList=( "Super Dogs Bone Hunt" "Super Egg Hunt" "Super Liam" - #"Super Mario Bros" + "Super Mario Bros" "Survive the Wild" "Swamp" "Technoshock"