From 610d342d08805bcab67d4a43ab909595f4ea3779 Mon Sep 17 00:00:00 2001 From: Yimura Date: Tue, 11 Jan 2022 17:50:58 +0100 Subject: [PATCH] feat(README): Removed mention of prebuild binaries --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1ab43400..bd278617 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,13 @@ GenerateProjects.bat ``` Now, you will be able to open the solution, and simply build it in Visual Studio. -## Prebuild Binaries +## Debugging Binaries -Every 24 hours a build of YimMenu is made if new code has been committed to the master branch. +If you fail to create a working build of YimMenu you can try one of the nightly prebuild binaries. +They are automatically build for testing purposes only, they should not be used online. +Try and see if these builds work and if they don't create an issue about what isn't working. -These prebuild binaries are provided for testing purposes only, I will take no responsibility for people using it online. - -Perma Link for latest [YimMenu.dll](https://github.com/Yimura/YimMenu/releases/latest/download/YimMenu.dll). - -Perma Link for the latest [nightly](https://github.com/Yimura/YimMenu/releases/latest). +[Link to debugging binaries](https://github.com/Yimura/YimMenu/releases/latest) ## Project Structure @@ -80,4 +78,4 @@ Below is an incomplete list of feature that I believe are notable to this "base" You're free to contribute to YimMenu as long as the feature are useful, non-toxic and do not contain anything money related that might get the menu targetted by Take2. -Make sure to read the [CONTRIBUTING.md](CONTRIBUTING.md) file. \ No newline at end of file +Make sure to read the [CONTRIBUTING.md](CONTRIBUTING.md) file.