From 2ce3db3bb868290759d7cc69df29596985488766 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 2 Mar 2021 18:57:04 +0100 Subject: [PATCH] Link to new CI downloads --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c1efa6..ae181ba 100644 --- a/README.md +++ b/README.md @@ -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