Added ConEmu.png

* Placed in the root diretory for easy swapping before building the kit
* Build Kit.cmd copies the file into place
This commit is contained in:
Alan Mason 2017-11-22 22:16:30 -08:00
parent 6250ee8865
commit 2023ac959b
4 changed files with 4 additions and 2 deletions

View file

@ -140,7 +140,7 @@
<value name="CompressLongStrings" type="hex" data="01"/>
<value name="BackGround Image show" type="hex" data="01"/>
<value name="BackGround Image" type="string" data="ConEmu.png"/>
<value name="bgImageDarker" type="hex" data="50"/>
<value name="bgImageDarker" type="hex" data="60"/>
<value name="bgImageColors" type="dword" data="ffffffff"/>
<value name="bgOperation" type="hex" data="07"/>
<value name="bgPluginAllowed" type="hex" data="01"/>

View file

@ -13,8 +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"
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\
mkdir OUT\.cbin >nul 2>&1
attrib +h OUT\.bin >nul 2>&1
attrib +h OUT\.cbin >nul 2>&1

BIN
ConEmu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View file

@ -24,6 +24,7 @@ A collection of scripts to help technicians service Windows systems.
## Setup ##
* Replace ConEmu.png if desired
* Run `Build Kit.cmd` which will do the following:
* Download 7-Zip, ConEmu, Notepad++, and Python (including wheel packages)
* Open `.bin\Scripts\settings\main.py` in Notepad++ for configuration