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"