Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-06-20 00:43:10 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-06-20 00:43:10 +0300
commitfecbc0feca9d2a65b4c219a7c9c1516276592053 (patch)
treea84675fdd6f0b5a1f16fa849c927f1afe07704ba /appveyor.yml
parent1e67657968b0d8fc521cdd128e34d64104ef45b1 (diff)
Add Readme badge for appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ef562525..eb0ec9cb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,7 +25,7 @@ build_script:
- msbuild afio_v2.sln /t:test /p:Configuration="Release" /p:Platform="x64"
after_build:
- cd ..
- - 7z a afio_v2_binaries_win64.zip "include\*" build\x64\Release\afio_v2.dll
+ - 7z a afio_v2_binaries_win64.zip doc include Readme.md release_notes.md build\x64\Release\afio_v2.dll
before_test:
- cd build\x64\Release