diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-05-01 21:51:24 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-05-01 22:40:05 +0200 |
commit | 7458e07af4a35681eaf937eb7484a64121951b71 (patch) | |
tree | 411f6d5f3f6b457d5dfb898de6744418be511745 /README.md | |
parent | Merge pull request #501 from erorcun/erorcun (diff) | |
download | re3-7458e07af4a35681eaf937eb7484a64121951b71.tar re3-7458e07af4a35681eaf937eb7484a64121951b71.tar.gz re3-7458e07af4a35681eaf937eb7484a64121951b71.tar.bz2 re3-7458e07af4a35681eaf937eb7484a64121951b71.tar.lz re3-7458e07af4a35681eaf937eb7484a64121951b71.tar.xz re3-7458e07af4a35681eaf937eb7484a64121951b71.tar.zst re3-7458e07af4a35681eaf937eb7484a64121951b71.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ # re3 [![Build status](https://ci.appveyor.com/api/projects/status/hyiwgegks122h8jg?svg=true)](https://ci.appveyor.com/project/aap/re3/branch/master) <a href="https://discord.gg/jYpXxTm"><img src="https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat" /></a> -<a href="https://ci.appveyor.com/api/projects/aap/re3/artifacts/bin/win-x86-librw_d3d9-mss/Debug/re3.exe?branch=master&job=Configuration%3A+Debug&pr=false"><img src="https://img.shields.io/badge/download-debug-9cf.svg" /></a> -<a href="https://ci.appveyor.com/api/projects/aap/re3/artifacts/bin/win-x86-librw_d3d9-mss/Release/re3.exe?branch=master&job=Configuration%3A+Release&pr=false"><img src="https://img.shields.io/badge/download-release-blue.svg" /></a> +<a href="https://bintray.com/gtamodding/re3/Debug_win-x86-librw_d3d9-mss/_latestVersion"><img src="https://img.shields.io/badge/download-DebugDirectX3D-9cf.svg" /></a> +<a href="https://bintray.com/gtamodding/re3/Debug_win-x86-librw_gl3_glfw-mss/_latestVersion"><img src="https://img.shields.io/badge/download-DebugOpenGL-blue.svg" /></a> +<a href="https://bintray.com/gtamodding/re3/Release_win-x86-librw_d3d9-mss/_latestVersion"><img src="https://img.shields.io/badge/download-ReleaseDirectX3D-orange.svg" /></a> +<a href="https://bintray.com/gtamodding/re3/Release_win-x86-librw_gl3_glfw-mss/_latestVersion"><img src="https://img.shields.io/badge/download-ReleaseOpenGL-red.svg" /></a> ## Intro |