mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
include LICENSE in windows static builds
This commit is contained in:
parent
f955844435
commit
af01c6e2bf
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue