Updated Build Kit.cmd
This commit is contained in:
parent
6d503fb6c7
commit
f37b1cdf44
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ call :CheckFlags %*
|
||||||
|
|
||||||
:PrepNewKit
|
:PrepNewKit
|
||||||
rem Copy base files to a new folder OUT_KIT
|
rem Copy base files to a new folder OUT_KIT
|
||||||
|
robocopy /e .kit_items OUT_KIT
|
||||||
robocopy /e .bin OUT_KIT\.bin
|
robocopy /e .bin OUT_KIT\.bin
|
||||||
robocopy /e .cbin OUT_KIT\.cbin
|
robocopy /e .cbin OUT_KIT\.cbin
|
||||||
copy LICENSE.txt OUT_KIT\LICENSE.txt
|
copy LICENSE.txt OUT_KIT\LICENSE.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue