修正打包参数

This commit is contained in:
DLmaster
2024-12-29 17:35:36 +08:00
parent 5bcc527889
commit 9604fc9a8e
3 changed files with 2 additions and 4 deletions

View File

@@ -52,7 +52,6 @@ if __name__ == "__main__":
f" --copyright='Copyright © 2024 DLmaster361'"
f" --assume-yes-for-downloads --show-progress"
f" --output-filename=AUTO_MAA --remove-output"
f" --optimize=1"
f" main.py",
shell=True,
capture_output=True,
@@ -82,7 +81,6 @@ if __name__ == "__main__":
f" --copyright='Copyright © 2024 DLmaster361'"
f" --assume-yes-for-downloads --show-progress"
f" --output-filename=Updater --remove-output"
f" --optimize=1"
f" Updater.py",
shell=True,
capture_output=True,