links to interim builds
This commit is contained in:
parent
0d1ffc3ffd
commit
e5f671a9e0
|
@ -4,7 +4,11 @@ An open source NES Emulator for Windows and Unix that features solid emulation a
|
|||
|
||||
## Builds and Releases
|
||||
|
||||
win32 autobuilds @ https://ci.appveyor.com/project/zeromus/fceux/build/artifacts
|
||||
Interim builds:
|
||||
* Win32: [fceux.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux.zip?branch=master&job=Windows%2032)
|
||||
* Win64: [fceux64.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux64.zip?branch=master&job=Windows%2064)
|
||||
* Ubuntu: [fceux-2.2.3-amd64.deb](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.2.3-amd64.deb?branch=master&job=Ubuntu)
|
||||
* Status: [Appveyor](https://ci.appveyor.com/project/zeromus/fceux/)
|
||||
|
||||
But you might like mesen more: https://github.com/SourMesen/Mesen
|
||||
|
||||
|
|
|
@ -79,8 +79,12 @@
|
|||
<li><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.3%20src/fceux-2.2.3.src.tar.gz/download">FCEUX 2.2.3 src</a></li>
|
||||
</ul>
|
||||
|
||||
<p>If you are working with a developer to fix an issue affecting you then this is where you will find your fixed build:</p>
|
||||
<ul><li><a href="https://ci.appveyor.com/project/zeromus/fceux/build/artifacts">Interim Build</a></li></ul>
|
||||
<p>If you would like to test the current in-development version of FCEUX, interim builds are available here:</p>
|
||||
<ul>
|
||||
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux.zip?branch=master&job=Windows%2032">Windows 32-bit</a></li>
|
||||
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux64.zip?branch=master&job=Windows%2064">Windows 64-bit</a></li>
|
||||
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.2.3-amd64.deb?branch=master&job=Ubuntu">Ubuntu Linux</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Source Code</h3>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue