From a222413b20feb54e7de31ddd67168e2fcc7ba957 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 28 Jun 2018 02:02:11 +0700 Subject: [PATCH] Store CHANGES.tar.xz in portable data folder --- installer/portable/update-filebot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/portable/update-filebot.sh b/installer/portable/update-filebot.sh index 92cf843e..bd2366ef 100755 --- a/installer/portable/update-filebot.sh +++ b/installer/portable/update-filebot.sh @@ -19,7 +19,7 @@ FILEBOT_HOME=`cd "$PRG_DIR" && pwd` # update core application files PACKAGE_NAME="CHANGES.tar.xz" -PACKAGE_FILE="$FILEBOT_HOME/$PACKAGE_NAME" +PACKAGE_FILE="$FILEBOT_HOME/data/$PACKAGE_NAME" PACKAGE_URL="@{link.release.index}/HEAD/$PACKAGE_NAME" SIGNATURE_FILE="$PACKAGE_FILE.asc"