Update website
This commit is contained in:
parent
a7f338f106
commit
0e852e033c
|
@ -81,10 +81,6 @@
|
|||
$(document).ready(function () {
|
||||
if (navigator.userAgent.indexOf('Windows') >= 0) {
|
||||
$(".winappstore").show();
|
||||
|
||||
if (navigator.userAgent.indexOf('Windows NT 10.0') < 0) {
|
||||
$(".nsis").show();
|
||||
}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
@ -240,14 +236,8 @@
|
|||
<li class="windows">Available on the <a href="https://www.microsoft.com/en-us/store/p/filebot/9nblggh52t9x?cid=filebot2" target="windows_store">Windows Store</a></li>
|
||||
<li class="macappstore" style="display:none">FileBot Subtitles for Mac: <a target="_blank" href="https://www.filebot.net/forums/viewtopic.php?f=12&t=3350">FileBot_Subtitles_Installer.pkg</a></li>
|
||||
<li class="macappstore" style="display:none">FileBot command-line tools for Mac are available <a target="_blank" href="https://www.filebot.net/forums/viewtopic.php?t=2049">via brew cask</a></li>
|
||||
<li class="nsis" style="display:none">Windows installer: <a target="_blank" href="https://app.filebot.net/files/FileBot-setup.exe">FileBot_@{version}-setup.exe</a> <small class="comment">for Windows 8 and earlier</small></li>
|
||||
<li>Debian packages: <a target="_blank" href="https://app.filebot.net/download.php?type=deb&arch=i386&version=@{version}">filebot_@{version}_i386.deb</a> or <a target="_blank" href="https://app.filebot.net/download.php?type=deb&arch=amd64&version=@{version}">filebot_@{version}_amd64.deb</a></li>
|
||||
<li>Embedded Linux package: <a target="_blank" href="https://app.filebot.net/download.php?type=deb&arch=armhf&version=@{version}">filebot_@{version}_armhf.deb</a>
|
||||
<li>Portable package: <a target="_blank" href="https://app.filebot.net/download.php?type=portable&version=@{version}">FileBot-@{version}-portable.tar.xz</a>
|
||||
<ul>
|
||||
<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>
|
||||
</li>
|
||||
<li>Synology NAS package is available <a target="_blank" href="https://www.filebot.net/forums/viewtopic.php?f=3&t=1802">via Package Center</a></li>
|
||||
<li>Docker images are available <a target="_blank" href="https://hub.docker.com/r/rednoah/filebot/">on Docker Hub</a></li>
|
||||
<li>All files and other versions are available on <a target="_blank" href="https://sourceforge.net/projects/filebot/files/">SourceForge.net</a></li>
|
||||
|
|
Loading…
Reference in New Issue