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 @@