buildPy2exe: rename zip archive to include extension

This commit is contained in:
Alberto Sottile 2021-02-28 22:42:32 +01:00
parent b96556bcad
commit b9fc24e482

View File

@ -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},
)