Reorganized root folder
* .root_items --> .kit_items * ConEmu.png --> Images\ConEmu.png
This commit is contained in:
parent
b47c214133
commit
d8c625d2ad
26 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ if not exist ".bin\Scripts\build_kit.ps1" (goto ErrorBuildKitMissing)
|
|||
|
||||
:PrepNewKit
|
||||
rem Copy base files to a new folder OUT\%KIT_NAME_FULL%
|
||||
robocopy /e . OUT /xd .git .root_items OUT /xf .gitignore "Build Kit.cmd" ConEmu.png
|
||||
robocopy /e .root_items OUT
|
||||
copy ConEmu.png OUT\.bin\ConEmu\
|
||||
robocopy /e . OUT /xd .git .kit_items OUT /xf .gitignore "Build Kit.cmd"
|
||||
robocopy /e .kit_items OUT
|
||||
copy Images\ConEmu.png OUT\.bin\ConEmu\
|
||||
mkdir OUT\.cbin >nul 2>&1
|
||||
attrib +h OUT\.bin >nul 2>&1
|
||||
attrib +h OUT\.cbin >nul 2>&1
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
Loading…
Reference in a new issue