mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Add support for 7za.exe in dist.sh.
This commit is contained in:
parent
581134c303
commit
db71acbb16
@ -6,6 +6,11 @@ distdir=ase-$version
|
||||
zip="zip -9"
|
||||
zip_recursive_flag="-r"
|
||||
|
||||
if [ -f ./7za.exe ] ; then
|
||||
zip="./7za.exe a"
|
||||
zip_recursive_flag=""
|
||||
fi
|
||||
|
||||
freetype_files="third_party/freetype/ChangeLog \
|
||||
third_party/freetype/descrip.mms \
|
||||
third_party/freetype/INSTALL \
|
||||
|
Loading…
Reference in New Issue
Block a user