Update assets, homepage, and manifest for Qt v0.4.0

This commit is contained in:
Cameron Gutman 2018-09-08 17:27:53 -07:00
parent 4825e402bc
commit 40bedad3b3
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -176,7 +176,7 @@
<h3><a href="https://github.com/moonlight-stream/moonlight-qt">Moonlight PC</a></h3> <h3><a href="https://github.com/moonlight-stream/moonlight-qt">Moonlight PC</a></h3>
<p>Stream to Windows, MacOS, and Linux</p> <p>Stream to Windows, MacOS, and Linux</p>
<ul class="actions"> <ul class="actions">
<li><a href="https://github.com/moonlight-stream/moonlight-qt/releases" class="button style1">Try the alpha</a></li> <li><a href="https://github.com/moonlight-stream/moonlight-qt/releases" class="button style1">Try the beta</a></li>
</ul> </ul>
</section> </section>
</div> </div>

View File

@ -2,19 +2,19 @@
{ {
"platform": "windows", "platform": "windows",
"arch": "i386", "arch": "i386",
"version": "0.3.0", "version": "0.4.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "windows", "platform": "windows",
"arch": "x86_64", "arch": "x86_64",
"version": "0.3.0", "version": "0.4.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "osx", "platform": "osx",
"arch": "x86_64", "arch": "x86_64",
"version": "0.3.0", "version": "0.4.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
} }
] ]