Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjbudd77 <mjbudd77@gmail.com>2022-10-02 00:33:17 +0300
committermjbudd77 <mjbudd77@gmail.com>2022-10-02 00:33:17 +0300
commitedae2d4f572f9dfc38c78f126ea0750bab80d2c0 (patch)
tree60030387cca25b939e85a78fbd5ce15a9be47dd5
parent7b007332c49bd62492a9a306373dc5715545873f (diff)
Updated download links for interim auto builds for new interim-build pre-release setup (uploaded from appveyor using github release deployment)
-rw-r--r--readme.md10
-rw-r--r--web/download.html10
2 files changed, 10 insertions, 10 deletions
diff --git a/readme.md b/readme.md
index 19bd9ba4..f8d0c4a8 100644
--- a/readme.md
+++ b/readme.md
@@ -5,11 +5,11 @@ An open source NES Emulator for Windows and Unix that features solid emulation a
## Builds and Releases
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)
-* Win64 Qt/SDL: [qfceux64.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/qfceux64.zip?branch=master&job=Win64%20Qt)
-* Ubuntu: [fceux-2.6.4-amd64.deb](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.6.4-amd64.deb?branch=master&job=Ubuntu)
-* MacOSX: [fceux-2.6.4-Darwin.dmg](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.6.4-Darwin.dmg?branch=master&job=MacOS)
+* Win32: [fceux-win32.zip](https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-win32.zip)
+* Win64: [fceux-win64.zip](https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-win64.zip)
+* Win64 Qt/SDL: [fceux-win64-QtSDL.zip](https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-win64-QtSDL.zip)
+* Ubuntu: [fceux-ubuntu-x64.deb](https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-ubuntu-x64.deb)
+* MacOSX: [fceux-Darwin.dmg](https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-Darwin.dmg)
* Status: [Appveyor](https://ci.appveyor.com/project/zeromus/fceux/)
But you might like mesen more: https://github.com/SourMesen/Mesen
diff --git a/web/download.html b/web/download.html
index 6491e2e6..da18903f 100644
--- a/web/download.html
+++ b/web/download.html
@@ -81,11 +81,11 @@
<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/qfceux64.zip?branch=master&job=Win64%20Qt">Win 64 Qt/SDL</a></li>
- <li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.6.3-amd64.deb?branch=master&job=Ubuntu">Ubuntu Linux</a></li>
- <li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.6.3-Darwin.dmg?branch=master&job=MacOS">Mac OS X</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-win32.zip">Windows 32-bit</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-win64.zip">Windows 64-bit</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-win64-QtSDL.zip">Win 64 Qt/SDL</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-ubuntu-x64.deb">Ubuntu Linux</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-Darwin.dmg">Mac OS X</a></li>
</ul>
<h3>Source Code</h3>