authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-23 12:29:38-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-09-23 12:29:38-04:00
logaf01c6e2bf6a3cbf302deb9166ea3bca50d65175
treeb8acd75d379420f3c03d9f7c8cbf876468f95803
parentf9558444354b5b3367536a7389790c87ea9a94f0
signaturelock-open Commit is signed but in an unrecognized format.

include LICENSE in windows static builds


1 files changed, 1 insertions(+), 0 deletions(-)

ci/appveyor/after_build.bat+1
......@@ -9,6 +9,7 @@ mkdir "%RELEASEDIR%"
99move build-msvc-release\bin\zig.exe "%RELEASEDIR%"
1010move build-msvc-release\lib "%RELEASEDIR%"
1111move zig-cache\langref.html "%RELEASEDIR%"
12move LICENSE "%RELEASEDIR%"
1213
1314SET "RELEASEZIP=zig-%ZIGVERSION%.zip"
1415