From 58a20b432164a30e5fc40ad1de85e1562d9a1285 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 9 Oct 2018 18:02:19 -0400 Subject: [PATCH] snsx --- scripts/customize/fred/scripts/games/gamesaver.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/customize/fred/scripts/games/gamesaver.sh b/scripts/customize/fred/scripts/games/gamesaver.sh index 764ab6c5..a04276be 100644 --- a/scripts/customize/fred/scripts/games/gamesaver.sh +++ b/scripts/customize/fred/scripts/games/gamesaver.sh @@ -5,9 +5,8 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" -#we are missing the netcp thing. why???? - -WINE_SOURCE_DIR="$HOME/wine_goods/My Games" +WINE_GOODS_DIR="$HOME/wine_goods" +WINE_SOURCE_DIR="$WINE_GOODS_DIR/My Games" SPOOLING_OUTPUT_DIR="$HOME/data/spooling_saves" if [ ! -d "$WINE_SOURCE_DIR" ]; then @@ -32,7 +31,6 @@ function copyem() if [ -d "$source_dir" ]; then echo $game_name -#old cp -v -n "$source_dir"/* "$out_dir"/ netcp "$source_dir"/* "$out_dir"/ sep 28 fi @@ -60,4 +58,6 @@ copyem "oblivion" "$WINE_SOURCE_DIR/Oblivion/Saves" "$SPOOLING_OUTPUT_DIR/oblivi copyem "fallout 4" "$WINE_SOURCE_DIR/Fallout4/Saves" "$SPOOLING_OUTPUT_DIR/fallout_4" +copyem "witcher 3" "$WINE_GOODS_DIR/The Witcher 3/gamesaves" "$SPOOLING_OUTPUT_DIR/witcher_3" + -- 2.34.1