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 5bcc527 commit 9604fc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/utils/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
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 @@ -82,7 +81,6 @@
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
2 changes: 1 addition & 1 deletion res/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main_version": "4.2.0.0",
"updater_version": "1.1.0.0",
"announcement": "\n# 这是一个中间版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成更新后再次检查更新以获取最新版本。",
"announcement": "\n# 这是一个中间版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成更新后再次检查更新以获取最新版本。\n",
"proxy_list":[
"",
"https://gitproxy.click/",
Expand Down
2 changes: 1 addition & 1 deletion resources/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main_version": "4.2.0.0",
"updater_version": "1.1.0.0",
"announcement": "\n# 这是一个中间版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成更新后再次检查更新以获取最新版本。",
"announcement": "\n# 这是一个中间版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成更新后再次检查更新以获取最新版本。\n",
"proxy_list":[
"",
"https://gitproxy.click/",
Expand Down

0 comments on commit 9604fc9

Please sign in to comment.