mirror of https://github.com/axmolengine/axmol.git
Adds a comment before making archive file
This commit is contained in:
parent
4f886e8ebf
commit
45d845f559
|
@ -177,6 +177,7 @@ class GitArchiver(object):
|
|||
else:
|
||||
raise RuntimeError("Unknown format: {f}".format(f=output_format))
|
||||
|
||||
print("Making archive: (%s) , please wait ..." % output_path)
|
||||
for file_path in self.extra:
|
||||
if not dry_run:
|
||||
if self.verbose:
|
||||
|
|
Loading…
Reference in New Issue