* fix i386 debian package download link
This commit is contained in:
parent
9ef852eab4
commit
07a5402a84
|
@ -276,7 +276,7 @@
|
|||
<li class="macosx">Available on the <a href="https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=4" target="itunes_store">Mac App Store</a></li>
|
||||
<li class="ubuntu">Available on the <a target="_blank" href="https://apps.ubuntu.com/cat/applications/filebot/">Ubuntu Software Center</a></li>
|
||||
<li>Windows installer: <a target="_blank" href="download.php?mode=s&type=nsis">FileBot_@{version}-setup.exe</a></li>
|
||||
<li>Debian packages: <a target="_blank" href="download.php?mode=s&type=deb&arch=i686">filebot_@{version}_i686.deb</a> or <a target="_blank" href="download.php?mode=s&type=deb&arch=amd64">filebot_@{version}_amd64.deb</a></li>
|
||||
<li>Debian packages: <a target="_blank" href="download.php?mode=s&type=deb&arch=i386">filebot_@{version}_i386.deb</a> or <a target="_blank" href="download.php?mode=s&type=deb&arch=amd64">filebot_@{version}_amd64.deb</a></li>
|
||||
<li>Embedded Linux packages: <a target="_blank" href="download.php?mode=s&type=ipkg&arch=arm">filebot_@{version}_arm.ipk</a> or <a target="_blank" href="download.php?mode=s&type=ipkg&arch=i686">filebot_@{version}_i686.ipk</a></li>
|
||||
<li>Portable: <a target="_blank" href="download.php?mode=s&type=portable">FileBot-@{version}-portable.zip</a> <small class="comment">for Windows, Linux, Mac OS X, BSD and Solaris</small>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue