From 0f4926082119e59ea64849eca336cff0d1abe6d0 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Thu, 9 Apr 2020 02:52:12 -0500 Subject: [PATCH 1/3] redirect users to releases page --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cfb7f164a..ff64168c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cxbx-Reloaded - Original Xbox Emulator [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://img.shields.io/badge/License-GPL%20v2-blue.svg) -[![GitHub Actions](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/workflows/GitHub%20CI/badge.svg)](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/actions) +[![GitHub Actions](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/workflows/GitHub%20CI/badge.svg)](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/actions?query=workflow%3A%22GitHub+CI%22) [![AppVeyor](https://ci.appveyor.com/api/projects/status/iao43irxl3umbp33?svg=true)](https://ci.appveyor.com/project/SoullessSentinel/cxbx-reloaded) [![Azure](https://Cxbx-Reloaded.visualstudio.com/Cxbx-Reloaded/_apis/build/status/Cxbx-Reloaded.Cxbx-Reloaded?branchName=develop)](https://Cxbx-Reloaded.visualstudio.com/Cxbx-Reloaded/_build/latest?definitionId=7&branchName=develop) [![Travis](https://travis-ci.org/Cxbx-Reloaded/Cxbx-Reloaded.svg?branch=develop)](https://travis-ci.org/Cxbx-Reloaded/Cxbx-Reloaded) @@ -19,11 +19,11 @@ Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro * Make sure to enable winpcap compatibility mode! ## Automated Builds -Cxbx-Reloaded is not yet ready for general release, but the latest development builds can be downloaded using the links below: +Cxbx-Reloaded doesn't currently have stable builds, but you can obtain pre-release builds from the Releases tab, or the links below: - * **[Latest Development Build](https://ci.appveyor.com/api/projects/SoullessSentinel/cxbx-reloaded/artifacts/Release.zip?branch=develop&job=Configuration:%20Release&pr=false)** + * **[Release Builds](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases)** - * *[Full build history](https://ci.appveyor.com/project/SoullessSentinel/cxbx-reloaded/history)* + * *[Full build history](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/actions?query=workflow%3A%22GitHub+CI%22)* ## Compatibility Cxbx-Reloaded has a [compatibility list](https://github.com/Cxbx-Reloaded/game-compatibility#cxbx-reloaded-game-compatibility-project). From f5bbfad86caa3bbf70af256977b6fe6ca352bd61 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Thu, 9 Apr 2020 02:53:36 -0500 Subject: [PATCH 2/3] remove appveyor and travis badge since they are disable --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ff64168c7..04c05c6ea 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Cxbx-Reloaded - Original Xbox Emulator [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://img.shields.io/badge/License-GPL%20v2-blue.svg) [![GitHub Actions](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/workflows/GitHub%20CI/badge.svg)](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/actions?query=workflow%3A%22GitHub+CI%22) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/iao43irxl3umbp33?svg=true)](https://ci.appveyor.com/project/SoullessSentinel/cxbx-reloaded) [![Azure](https://Cxbx-Reloaded.visualstudio.com/Cxbx-Reloaded/_apis/build/status/Cxbx-Reloaded.Cxbx-Reloaded?branchName=develop)](https://Cxbx-Reloaded.visualstudio.com/Cxbx-Reloaded/_build/latest?definitionId=7&branchName=develop) -[![Travis](https://travis-ci.org/Cxbx-Reloaded/Cxbx-Reloaded.svg?branch=develop)](https://travis-ci.org/Cxbx-Reloaded/Cxbx-Reloaded) [![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?logo=discord)](https://discord.gg/26Xjx23) Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro) games on Microsoft Windows. From 69d85d25130bfbc1366bbb4e8ac13527ebcb594d Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Thu, 9 Apr 2020 03:00:57 -0500 Subject: [PATCH 3/3] add notice for WINE users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04c05c6ea..697cb1645 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Cxbx-Reloaded is an emulator for running Microsoft Xbox (and eventually, Chihiro Cxbx-Reloaded doesn't currently have stable builds, but you can obtain pre-release builds from the Releases tab, or the links below: * **[Release Builds](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/releases)** - + * **WINE users will need to use `CxbxReloaded-Release-VS2017.zip` for it to run correctly.** * *[Full build history](https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/actions?query=workflow%3A%22GitHub+CI%22)* ## Compatibility