don't bundle files when using py2exe

This commit is contained in:
2021-09-06 06:45:18 +08:00
parent 5c31539fe5
commit 4ff3f7e1a3

View File

@@ -11,7 +11,6 @@ if len(sys.argv) == 2 and sys.argv[1] == "py2exe":
"options": {
"py2exe": {
"optimize": 2,
"bundle_files": 1,
}
},
"zipfile": None,