From b9fc24e482428e2ff8fbeb37c33bf96193d86446 Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Sun, 28 Feb 2021 22:42:32 +0100 Subject: [PATCH] buildPy2exe: rename zip archive to include extension --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index 93c79e5..b12af0c 100755 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -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}, )