Use "zip" to create the win32 distribution (we can convert LF to CRLF in text files).

This commit is contained in:
David Capello 2012-01-07 10:41:26 -03:00
parent 15df7d40c7
commit 3c1acfec03

View File

@ -6,11 +6,6 @@ distdir=aseprite-$version
zip="zip -9"
zip_recursive_flag="-r"
if [ -f ./7za.exe ] ; then
zip="./7za.exe a"
zip_recursive_flag=""
fi
if [ ! -f dist.sh ]; then
echo You must run dist.sh from misc/ directory
exit 1
@ -71,7 +66,7 @@ if [ ! -f $distdir-win32.zip ] ; then
cd "$dir"
def_common_files $distdir-win32
$zip $distdir-win32.zip $txt_files
$zip -l $distdir-win32.zip $txt_files
# Dynamic version of DLLs
#$zip $distdir-win32.zip $bin_files \