Link Windows Store
This commit is contained in:
parent
be9fc83fcd
commit
671b680f4b
|
@ -1,6 +1,9 @@
|
|||
# Release Notes
|
||||
Please see [Announcements and Releases](https://www.filebot.net/forums/viewforum.php?f=7) in the [FileBot Forums](https://www.filebot.net/forums/).
|
||||
|
||||
## Windows 10
|
||||
__FileBot for Windows 10__ is available on the [Windows Store](https://www.microsoft.com/store/apps/9nblggh52t9x).
|
||||
|
||||
## Mac OS X
|
||||
__FileBot for Mac__ is available on the [Mac App Store](https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=readme).
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</Resources>
|
||||
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.14316.0" />
|
||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
|
||||
</Dependencies>
|
||||
|
||||
<Capabilities>
|
||||
|
|
|
@ -469,18 +469,27 @@ div.screencast:hover .play {
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#download li.macosx {
|
||||
#download li.macosx, #download li.windows {
|
||||
list-style: none;
|
||||
background: url('images/apple.logo.svg') no-repeat 0.3em 0.3em;
|
||||
background-size: 24px 24px;
|
||||
margin: 0.5em 1em 1em 1em;
|
||||
padding: 0.5em 0.6em 0.5em 2.0em;
|
||||
padding: 0.5em 1em 0.5em 2.4em;
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
background-color: #fcfbfa;
|
||||
display: inline-block;
|
||||
background-color: ghostwhite;
|
||||
}
|
||||
|
||||
#download li.macosx {
|
||||
background: url('images/apple.logo.svg') no-repeat 0.5em 0.27em;
|
||||
background-size: 24px 24px;
|
||||
box-shadow: 0px 0px 5px royalblue;
|
||||
}
|
||||
|
||||
#download li.windows {
|
||||
background: url('images/microsoft.logo.svg') no-repeat 0.5em 0.3em;
|
||||
background-size: 24px 24px;
|
||||
box-shadow: 0px 0px 5px orangered;
|
||||
}
|
||||
|
||||
#download li.ubuntu {
|
||||
list-style: none;
|
||||
background: url('images/ubuntu.logo.svg') no-repeat 0.4em center;
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
version="1.1"
|
||||
width="220"
|
||||
height="220"
|
||||
id="svg5358">
|
||||
<defs
|
||||
id="defs5360" />
|
||||
|
||||
<path
|
||||
d="M 104.8675,104.8675 0,104.8675 0,0 l 104.8675,0 0,104.8675 z"
|
||||
id="path5058"
|
||||
style="fill:#F35325;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
d="m 220.65375,104.8675 -104.86625,0 0,-104.8675 104.86625,0 0,104.8675 z"
|
||||
id="path5060"
|
||||
style="fill:#81BC06;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
d="m 104.865,220.695 -104.865,0 0,-104.8675 104.865,0 0,104.8675 z"
|
||||
id="path5062"
|
||||
style="fill:#05A6F0;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
<path
|
||||
d="m 220.65375,220.695 -104.86625,0 0,-104.8675 104.86625,0 0,104.8675 z"
|
||||
id="path5064"
|
||||
style="fill:#FFBA08;fill-opacity:1;fill-rule:nonzero;stroke:none" />
|
||||
</svg>
|
|
@ -130,6 +130,18 @@
|
|||
<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>
|
||||
<div id="windows" class="section deployment windows" style="display:none">
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
if (navigator.userAgent.indexOf('Windows NT 10.0') >= 0) {
|
||||
$(".windows").show();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<div class="install button">
|
||||
<a href="https://www.microsoft.com/store/apps/9nblggh52t9x?ocid=badge" target="windows_store"><img style="border-radius: 4px; border: 4px solid #2574ce; box-shadow: 0px 2px 5px #a2a2a2;" width="165" src="https://assets.windowsphone.com/f2f77ec7-9ba9-4850-9ebe-77e366d08adc/English_Get_it_Win_10_InvariantCulture_Default.png" alt="Get it on Windows 10" /></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a id="review" class="review message box" style="display:none" href="reviews.php" target="_blank">
|
||||
<div class="thumbs up">
|
||||
|
@ -275,6 +287,7 @@
|
|||
<h2>Download</h2>
|
||||
<ul class="list">
|
||||
<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="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&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>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