From f3a7e7770c75392165fc1e45fa4ff1bdaa458dfe Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 14 Apr 2017 00:11:11 +0800 Subject: [PATCH] Sign and verify new release jars with GnuPG --- 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 78e84f00..f10b9d40 100755 --- a/installer/portable/update-filebot.sh +++ b/installer/portable/update-filebot.sh @@ -22,7 +22,7 @@ cd "$WORKING_DIR" # update core application files -PACKAGE_NAME="FileBot.jar.xz.gpg" +PACKAGE_NAME="FileBot.jar.xz.sig" PACKAGE_FILE="$APP_ROOT/$PACKAGE_NAME" PACKAGE_URL="https://sourceforge.net/projects/filebot/files/filebot/HEAD/$PACKAGE_NAME"