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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user