summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-07-20 17:01:33 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-07-20 17:01:33 +0200
commit4e4be46105a67e06cd42068c8cbfe02625f41399 (patch)
tree0b08ac4eb47066e9022a3f8302cb27b657de31e2
parentadded CPool<cAudioScriptObject, cAudioScriptObject> (diff)
parentUpdate README.md (diff)
downloadre3-4e4be46105a67e06cd42068c8cbfe02625f41399.tar
re3-4e4be46105a67e06cd42068c8cbfe02625f41399.tar.gz
re3-4e4be46105a67e06cd42068c8cbfe02625f41399.tar.bz2
re3-4e4be46105a67e06cd42068c8cbfe02625f41399.tar.lz
re3-4e4be46105a67e06cd42068c8cbfe02625f41399.tar.xz
re3-4e4be46105a67e06cd42068c8cbfe02625f41399.tar.zst
re3-4e4be46105a67e06cd42068c8cbfe02625f41399.zip
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 90671822..3e8a4a6b 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ parts of the game [one by one](https://en.wikipedia.org/wiki/Ship_of_Theseus)
such that we have a working game at all times.
Apparently you can download a binary of the latest version here:
-[Debug](https://ci.appveyor.com/api/projects/aap/re3/artifacts/bin/DebugCI/re3.dll?branch=master&job=Configuration%3A+DebugCI),
-[Release](https://ci.appveyor.com/api/projects/aap/re3/artifacts/bin/ReleaseCI/re3.dll?branch=master&job=Configuration%3A+ReleaseCI).
+[Debug](https://ci.appveyor.com/api/projects/aap/re3/artifacts/bin/Debug/re3.dll?branch=master&job=Configuration%3A+Debug),
+[Release](https://ci.appveyor.com/api/projects/aap/re3/artifacts/bin/Release/re3.dll?branch=master&job=Configuration%3A+Release).
Build status:
[![Build status](https://ci.appveyor.com/api/projects/status/hyiwgegks122h8jg?svg=true)](https://ci.appveyor.com/project/aap/re3/branch/master)