Skip to content

Commit

Permalink
优化打包参数
Browse files Browse the repository at this point in the history
  • Loading branch information
DLmaster361 committed Dec 29, 2024
1 parent 0d61628 commit 5bcc527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/utils/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
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,
Expand Down Expand Up @@ -81,6 +82,7 @@
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,
Expand Down

0 comments on commit 5bcc527

Please sign in to comment.