From 2c29eaea38d7154f40f3e2a6a259adba70340798 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 31 Jan 2021 15:26:27 -0500 Subject: [PATCH] Fixed the path for swamp updates. --- game-scripts/swamp-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-scripts/swamp-update.sh b/game-scripts/swamp-update.sh index 93f883a..8f1e913 100755 --- a/game-scripts/swamp-update.sh +++ b/game-scripts/swamp-update.sh @@ -48,7 +48,7 @@ extract_error() { # Set the swamp directory -pushd ~/.local/wine/swamp +pushd ~/.local/wine/swamp/drive_c/Program\ Files/swamp # Restore the directory stack on exit. trap popd EXIT