Link to new CI downloads

This commit is contained in:
ISSOtm 2021-03-02 18:57:04 +01:00
parent d49c4be9f3
commit 2ce3db3bb8

View file

@ -1,25 +1,27 @@
# Mesen-S
Mesen-S is a cross-platform SNES emulator for Windows & Linux built in C++ and C#.
Mesen-S is a cross-platform SNES emulator for Windows & Linux built in C++ and C#.
If you want to support this project, please consider making a donation:
[![Donate](https://www.mesen.ca/images/donate.png)](https://www.mesen.ca/Donate.php)
## Development Builds
Development builds of the latest commit are available from Appveyor. For release builds, see the **Releases** tab on GitHub.
Development builds of the latest commit are available from GitHub Actions. For release builds, see the **Releases** tab on GitHub.
**Warning:** These are development builds and may be ***unstable***. Using them may also increase the chances of your settings being corrupted, or having issues when upgrading to the next official release. Additionally, these builds are currently not optimized via PGO and will typically run a bit slower than the official release builds.
Windows: [![Build status](https://ci.appveyor.com/api/projects/status/cjk97u1yvwnae83x/branch/master?svg=true)](https://ci.appveyor.com/project/Sour/mesen-s/build/artifacts)
Follow either of these, select the top-most entry in the list, and then click the link under "Artifacts" near the bottom.
Linux: [![Build status](https://ci.appveyor.com/api/projects/status/arkaatgy94f23ll3/branch/master?svg=true)](https://ci.appveyor.com/project/Sour/mesen-s-hayo4/build/artifacts)
Windows: [![Build status](https://github.com/NovaSquirrel/Mesen-S/actions/workflows/win-build.yml/badge.svg)](https://github.com/NovaSquirrel/Mesen-S/actions/workflows/win-build.yml)
Linux: [![Build status](https://github.com/NovaSquirrel/Mesen-S/actions/workflows/linux-build.yml/badge.svg)](https://github.com/NovaSquirrel/Mesen-S/actions/workflows/linux-build.yml)
## Releases
### Windows / Ubuntu
The latest version is available from the [releases tab on GitHub](https://github.com/SourMesen/Mesen-S/releases).
The latest version is available from the [releases tab on GitHub](https://github.com/SourMesen/Mesen-S/releases).
### Arch Linux