2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:07:41 +00:00

addon distribution changes

This commit is contained in:
Jack Andersen
2015-09-01 16:31:33 -10:00
parent 112368c903
commit 4bf4834b86
5 changed files with 32 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ def zipdir(path, ziph):
ziph.write(os.path.join(root, file))
package_path = 'hecl'
target_zip = 'hecl.zip'
target_zip = sys.argv[1]
zf = zipfile.ZipFile(target_zip, mode='w', compression=zipfile.ZIP_DEFLATED)
print('GENERATING', target_zip)