Kodi Community Forum
Build.bat - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Build.bat (/showthread.php?tid=7446)



- pike - 2004-11-20

after discussing with chokeman & wabid i'm removing the xbmctex (or for now, commenting out) "process" in build.bat.
the idea behind this is that it's not really necessary to compress all images into a fresh xpr every single time, since cvs -should- contain an accurate textures.xpr.
also background.png + background2.png shouldnt be compressed per the skin authors recommendation

so instead of compressing, i'll copy those 3 files instead to the build folder.

if you got any remarks about this, post it in this thread :talktohand:

ps. i'm also commenting this line out:
for /r build %%d in (cvs) do @rd /s /q %%d
since it doesnt work - only produces a range of error messages.


- jaga - 2004-11-20

sounds good to me. while your changing it though, i read somewhere that someone has hacked theirs to insert the build date into strings.xml and insert a line to somehow make it display in the system info screen. that + dating the rar file would be nice.


- jaga - 2004-11-20

hey, isn't that great