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:
parent
6250ee8865
commit
2023ac959b
4 changed files with 4 additions and 2 deletions
|
|
@ -140,7 +140,7 @@
|
||||||
<value name="CompressLongStrings" type="hex" data="01"/>
|
<value name="CompressLongStrings" type="hex" data="01"/>
|
||||||
<value name="BackGround Image show" type="hex" data="01"/>
|
<value name="BackGround Image show" type="hex" data="01"/>
|
||||||
<value name="BackGround Image" type="string" data="ConEmu.png"/>
|
<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="bgImageColors" type="dword" data="ffffffff"/>
|
||||||
<value name="bgOperation" type="hex" data="07"/>
|
<value name="bgOperation" type="hex" data="07"/>
|
||||||
<value name="bgPluginAllowed" type="hex" data="01"/>
|
<value name="bgPluginAllowed" type="hex" data="01"/>
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,9 @@ if not exist ".bin\Scripts\build_kit.ps1" (goto ErrorBuildKitMissing)
|
||||||
|
|
||||||
:PrepNewKit
|
:PrepNewKit
|
||||||
rem Copy base files to a new folder OUT\%KIT_NAME_FULL%
|
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
|
robocopy /e .root_items OUT
|
||||||
|
copy ConEmu.png OUT\.bin\ConEmu\
|
||||||
mkdir OUT\.cbin >nul 2>&1
|
mkdir OUT\.cbin >nul 2>&1
|
||||||
attrib +h OUT\.bin >nul 2>&1
|
attrib +h OUT\.bin >nul 2>&1
|
||||||
attrib +h OUT\.cbin >nul 2>&1
|
attrib +h OUT\.cbin >nul 2>&1
|
||||||
|
|
|
||||||
BIN
ConEmu.png
Normal file
BIN
ConEmu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
|
|
@ -24,6 +24,7 @@ A collection of scripts to help technicians service Windows systems.
|
||||||
|
|
||||||
## Setup ##
|
## Setup ##
|
||||||
|
|
||||||
|
* Replace ConEmu.png if desired
|
||||||
* Run `Build Kit.cmd` which will do the following:
|
* Run `Build Kit.cmd` which will do the following:
|
||||||
* Download 7-Zip, ConEmu, Notepad++, and Python (including wheel packages)
|
* Download 7-Zip, ConEmu, Notepad++, and Python (including wheel packages)
|
||||||
* Open `.bin\Scripts\settings\main.py` in Notepad++ for configuration
|
* Open `.bin\Scripts\settings\main.py` in Notepad++ for configuration
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue