aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/appveyor/after_build.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/appveyor/after_build.bat b/ci/appveyor/after_build.bat
index 8639a0c56a..cdad0509e6 100644
--- a/ci/appveyor/after_build.bat
+++ b/ci/appveyor/after_build.bat
@@ -9,6 +9,7 @@ mkdir "%RELEASEDIR%"
move build-msvc-release\bin\zig.exe "%RELEASEDIR%"
move build-msvc-release\lib "%RELEASEDIR%"
move zig-cache\langref.html "%RELEASEDIR%"
+move LICENSE "%RELEASEDIR%"
SET "RELEASEZIP=zig-%ZIGVERSION%.zip"