Link to new CI downloads
This commit is contained in:
parent
d49c4be9f3
commit
2ce3db3bb8
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -1,25 +1,27 @@
|
||||||
# Mesen-S
|
# 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:
|
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)
|
[![Donate](https://www.mesen.ca/images/donate.png)](https://www.mesen.ca/Donate.php)
|
||||||
|
|
||||||
## Development Builds
|
## 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.
|
**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
|
## Releases
|
||||||
|
|
||||||
### Windows / Ubuntu
|
### 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
|
### Arch Linux
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue