mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-18 11:42:47 +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="zip -9"
|
||||||
zip_recursive_flag="-r"
|
zip_recursive_flag="-r"
|
||||||
|
|
||||||
|
if [ -f ./7za.exe ] ; then
|
||||||
|
zip="./7za.exe a"
|
||||||
|
zip_recursive_flag=""
|
||||||
|
fi
|
||||||
|
|
||||||
freetype_files="third_party/freetype/ChangeLog \
|
freetype_files="third_party/freetype/ChangeLog \
|
||||||
third_party/freetype/descrip.mms \
|
third_party/freetype/descrip.mms \
|
||||||
third_party/freetype/INSTALL \
|
third_party/freetype/INSTALL \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user