diff --git a/build.php b/build.php index 274ae3a..5b96816 100755 --- a/build.php +++ b/build.php @@ -75,13 +75,9 @@ EOT; chdir('..'); - file_put_contents('package.xml.bak', file_get_contents('package.xml')); - file_put_contents('package.xml', str_replace('', '.'.time().'', file_get_contents('package.xml'))); - passthru('tar cvf timwolla.wcf.chat.tar * --exclude=*.bak --exclude=file --exclude=template --exclude=acptemplate --exclude=build.php', $code); - file_put_contents('package.xml', file_get_contents('package.xml.bak')); + passthru('tar cvf timwolla.wcf.chat.tar * --exclude=file --exclude=template --exclude=acptemplate --exclude=build.php', $code); if ($code != 0) exit($code); -if (file_exists('package.xml.bak')) unlink('package.xml.bak'); if (file_exists('file.tar')) unlink('file.tar'); if (file_exists('template.tar')) unlink('template.tar'); if (file_exists('acptemplate.tar')) unlink('acptemplate.tar');