include LICENSE in windows static builds

This commit is contained in:
Andrew Kelley 2018-09-23 12:29:38 -04:00
parent f955844435
commit af01c6e2bf
No known key found for this signature in database
GPG key ID: 4E7CD66038A4D47C

View file

@ -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"