2
ECHO ----------------------------------------
3
echo Creating Confluence Build Folder
8
Echo Thumbs.db>>exclude.txt
9
Echo Desktop.ini>>exclude.txt
10
Echo dsstdfx.bin>>exclude.txt
11
Echo exclude.txt>>exclude.txt
13
ECHO ----------------------------------------
14
ECHO Creating XBT File...
15
START /B /WAIT ..\..\Tools\TexturePacker\TexturePacker -input media -output media\Textures.xbt
17
ECHO ----------------------------------------
18
ECHO Copying XBT File...
19
xcopy "media\Textures.xbt" "BUILD\Confluence\media\" /Q /I /Y
21
ECHO ----------------------------------------
23
del "media\Textures.xbt"
25
ECHO ----------------------------------------
26
ECHO XBT Texture Files Created...
27
ECHO Building Skin Directory...
28
xcopy "720p" "BUILD\Confluence\720p" /E /Q /I /Y /EXCLUDE:exclude.txt
29
xcopy "fonts" "BUILD\Confluence\fonts" /E /Q /I /Y /EXCLUDE:exclude.txt
30
xcopy "backgrounds" "BUILD\Confluence\backgrounds" /E /Q /I /Y /EXCLUDE:exclude.txt
31
xcopy "scripts" "BUILD\Confluence\scripts" /E /Q /I /Y /EXCLUDE:exclude.txt
32
xcopy "sounds\*.*" "BUILD\Confluence\sounds\" /Q /I /Y /EXCLUDE:exclude.txt
33
xcopy "colors\*.*" "BUILD\Confluence\colors\" /Q /I /Y /EXCLUDE:exclude.txt
34
xcopy "language" "BUILD\Confluence\language" /E /Q /I /Y /EXCLUDE:exclude.txt
38
copy *.xml "BUILD\Confluence\"
39
copy *.txt "BUILD\Confluence\"
b'\\ No newline at end of file'