Push Windows Store (especially for Windows 10 / Edge users)

This commit is contained in:
Reinhard Pointner 2016-11-10 02:01:49 +08:00
parent 5bf208fadb
commit 5776481416
1 changed files with 7 additions and 3 deletions

View File

@ -130,11 +130,15 @@
<a href="https://itunes.apple.com/us/app/filebot/id905384638?mt=12&amp;uo=6&amp;at=1l3vupy&amp;ct=filebot1" target="itunes_store" style="display:inline-block;overflow:hidden;background:url(http://linkmaker.itunes.apple.com/images/badges/en-us/badge_macappstore-lrg.svg) no-repeat;width:165px;height:40px;"></a>
</div>
</div>
<div id="windows" class="section deployment windows" style="display:none">
<div id="windows" class="section deployment windows winappstore" style="display:none">
<script type="text/javascript">
$(document).ready(function () {
if (navigator.userAgent.indexOf('Windows NT 10.0') >= 0) {
$(".windows").show();
$(".winappstore").show();
if (navigator.userAgent.indexOf('Edge') >= 0) {
$(".nsis").hide();
}
}
});
</script>
@ -289,7 +293,7 @@
<li class="macosx">Available on the <a href="https://itunes.apple.com/us/app/filebot/id905384638?mt=12&amp;uo=6&amp;at=1l3vupy&amp;ct=filebot2" target="itunes_store">Mac App Store</a></li>
<li class="windows">Available on the <a href="https://www.microsoft.com/store/apps/9nblggh52t9x" target="windows_store">Windows Store</a></li>
<li class="macappstore" style="display:none">FileBot Subtitles for Mac OS X: <a target="_blank" href="http://www.filebot.net/forums/viewtopic.php?f=12&amp;t=3350">FileBot_Subtitles_Installer.pkg</a> <small class="comment">for everyone who purchased FileBot on the Mac App Store</small></li>
<li>Windows installer: <a target="_blank" href="https://app.filebot.net/files/FileBot-setup.exe">FileBot_@{version}-setup.exe</a></li>
<li class="nsis">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&amp;arch=i386&amp;version=@{version}">filebot_@{version}_i386.deb</a> or <a target="_blank" href="https://app.filebot.net/download.php?type=deb&amp;arch=amd64&amp;version=@{version}">filebot_@{version}_amd64.deb</a></li>
<li>Embedded Linux package: <a target="_blank" href="https://app.filebot.net/download.php?type=ipkg&amp;arch=noarch&amp;version=@{version}">filebot_@{version}_noarch.ipk</a></li>
<li>Portable: <a target="_blank" href="https://app.filebot.net/download.php?type=portable&amp;version=@{version}">FileBot-@{version}-portable.zip</a> <small class="comment">for all platforms</small>