buildPy2exe: rename zip archive to include extension
This commit is contained in:
parent
b96556bcad
commit
b9fc24e482
@ -764,7 +764,7 @@ info = dict(
|
||||
}
|
||||
},
|
||||
data_files=[("resources", resources), ("resources/lua/intf", intf_resources)],
|
||||
zipfile="lib/libsync",
|
||||
zipfile="lib/libsync.zip",
|
||||
cmdclass={"py2exe": build_installer},
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user