From a3c75f51e3421deca78e47d17a4d0fb773809db1 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 21 Apr 2016 01:54:09 +0800 Subject: [PATCH] Move to GitHub --- .gitignore | 1 + installer/portable/update-filebot.sh | 2 +- website/index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 65939b81..5bb4340d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ bin/ build/ +cache/ lib/ivy/ diff --git a/installer/portable/update-filebot.sh b/installer/portable/update-filebot.sh index 25553819..8c581a9f 100644 --- a/installer/portable/update-filebot.sh +++ b/installer/portable/update-filebot.sh @@ -30,4 +30,4 @@ echo "Update $JAR_FILE" curl -L -o "$JAR_FILE" -z "$JAR_FILE" "https://downloads.sourceforge.net/project/filebot/filebot/HEAD/FileBot.jar" echo "Update $SH_FILE" -curl -L -o "$SH_FILE" -z "$SH_FILE" "https://svn.code.sf.net/p/filebot/code/trunk/installer/portable/filebot.sh" +curl -L -o "$SH_FILE" -z "$SH_FILE" "https://raw.githubusercontent.com/filebot/filebot/master/installer/portable/filebot.sh" diff --git a/website/index.html b/website/index.html index 13e6c9c8..a793177c 100644 --- a/website/index.html +++ b/website/index.html @@ -297,7 +297,7 @@
  • Embedded Linux package: filebot_@{version}_noarch.ipk
  • Portable: FileBot-@{version}-portable.zip for all platforms
  • Windows package is available via Chocolatey