* always send users to the US store front because that's where the most reviews are
This commit is contained in:
parent
9ae6591a45
commit
ee6a88bb21
|
@ -142,7 +142,7 @@
|
|||
});
|
||||
</script>
|
||||
<div class="install button">
|
||||
<a href="https://geo.itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&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>
|
||||
<a href="https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&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>
|
||||
|
||||
|
@ -290,7 +290,7 @@
|
|||
<span class="quote">Today is the day</span>
|
||||
<h2>Download</h2>
|
||||
<ul class="list">
|
||||
<li class="macosx">Available on the <a href="https://geo.itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=filebot2" target="itunes_store">Mac App Store</a></li>
|
||||
<li class="macosx">Available on the <a href="https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=filebot2" 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="https://app.filebot.net/download.php?type=nsis&version=@{version}">FileBot_@{version}-setup.exe</a></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>
|
||||
|
|
Loading…
Reference in New Issue