mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 17:14:11 +03:00
zip instead of tar
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@149 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
d6d88cbe9b
commit
5d9c643725
@ -5,6 +5,7 @@
|
||||
##################################################################
|
||||
|
||||
$targetFolder = "deploy";
|
||||
$suffix = "141";
|
||||
|
||||
##################################################################
|
||||
# Copies tree into target folder, preprocess .phps
|
||||
@ -41,4 +42,4 @@ die "Target folder exists: $targetFolder" if -e $targetFolder;
|
||||
process_dir("./webim", $targetFolder);
|
||||
|
||||
chdir $targetFolder;
|
||||
`tar zcf ../webim.tar.gz *`;
|
||||
`zip -r ../webim$suffix.zip *`;
|
||||
|
Loading…
Reference in New Issue
Block a user