include LICENSE in windows static builds

master
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
1 changed files with 1 additions and 0 deletions

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"