增加发行信息重新打包

This commit is contained in:
DLmaster
2024-03-09 14:56:12 +08:00
parent 1a9af53e4d
commit 6d1c3490ba
5 changed files with 40 additions and 27 deletions

View File

@@ -20,6 +20,6 @@
import os
os.system("pyinstaller -F -w --version-file res/info.txt -i res/AUTO_MAA.ico manage.py")
os.system("pyinstaller -F -w --version-file res/info.txt -i res/AUTO_MAA.ico run.py")
os.system("pyinstaller -F -w --version-file res/info.txt -i res/AUTO_MAA.ico AUTO_MAA.py")
os.system("pyinstaller -F --version-file res/info.txt -i res/AUTO_MAA.ico manage.py")
os.system("pyinstaller -F --version-file res/info.txt -i res/AUTO_MAA.ico run.py")
os.system("pyinstaller -F --version-file res/info.txt -i res/AUTO_MAA.ico AUTO_MAA.py")