minor small change

This commit is contained in:
2021-09-05 21:48:30 +08:00
parent aae00fcd41
commit 5c31539fe5
4 changed files with 24 additions and 19 deletions

View File

@@ -7,7 +7,14 @@ if len(sys.argv) == 2 and sys.argv[1] == "py2exe":
"console": [{
'script': "game_backuper/__main__.py",
"dest_base": 'game-backuper'
}]
}],
"options": {
"py2exe": {
"optimize": 2,
"bundle_files": 1,
}
},
"zipfile": None,
}
else:
from setuptools import setup