mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6704 from dumganhar/make-package-support-insert-extra-zip
Adds a comment before making archive file
This commit is contained in:
commit
7cf54c4e1f
|
@ -177,6 +177,7 @@ class GitArchiver(object):
|
||||||
else:
|
else:
|
||||||
raise RuntimeError("Unknown format: {f}".format(f=output_format))
|
raise RuntimeError("Unknown format: {f}".format(f=output_format))
|
||||||
|
|
||||||
|
print("Making archive: (%s) , please wait ..." % output_path)
|
||||||
for file_path in self.extra:
|
for file_path in self.extra:
|
||||||
if not dry_run:
|
if not dry_run:
|
||||||
if self.verbose:
|
if self.verbose:
|
||||||
|
|
Loading…
Reference in New Issue