Move to GitHub
This commit is contained in:
parent
77d5aca62e
commit
a3c75f51e3
|
@ -1,5 +1,6 @@
|
||||||
bin/
|
bin/
|
||||||
build/
|
build/
|
||||||
|
cache/
|
||||||
|
|
||||||
lib/ivy/
|
lib/ivy/
|
||||||
|
|
||||||
|
|
|
@ -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"
|
curl -L -o "$JAR_FILE" -z "$JAR_FILE" "https://downloads.sourceforge.net/project/filebot/filebot/HEAD/FileBot.jar"
|
||||||
|
|
||||||
echo "Update $SH_FILE"
|
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"
|
||||||
|
|
|
@ -297,7 +297,7 @@
|
||||||
<li>Embedded Linux package: <a target="_blank" href="https://app.filebot.net/download.php?type=ipkg&arch=noarch&version=@{version}">filebot_@{version}_noarch.ipk</a></li>
|
<li>Embedded Linux package: <a target="_blank" href="https://app.filebot.net/download.php?type=ipkg&arch=noarch&version=@{version}">filebot_@{version}_noarch.ipk</a></li>
|
||||||
<li>Portable: <a target="_blank" href="https://app.filebot.net/download.php?type=portable&version=@{version}">FileBot-@{version}-portable.zip</a> <small class="comment">for all platforms</small>
|
<li>Portable: <a target="_blank" href="https://app.filebot.net/download.php?type=portable&version=@{version}">FileBot-@{version}-portable.zip</a> <small class="comment">for all platforms</small>
|
||||||
<ul>
|
<ul>
|
||||||
<li>This package does not include the <a href="https://svn.code.sf.net/p/filebot/code/trunk/lib/native/" target="_blank">MediaInfo and 7-Zip native libraries</a></li>
|
<li>This package does not include the <a href="https://github.com/filebot/filebot/tree/master/lib/native" target="_blank">MediaInfo and 7-Zip native libraries</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Windows package is available <a target="_blank" href="http://chocolatey.org/packages/filebot/">via Chocolatey</a></li>
|
<li>Windows package is available <a target="_blank" href="http://chocolatey.org/packages/filebot/">via Chocolatey</a></li>
|
||||||
|
|
Loading…
Reference in New Issue