修正打包参数
This commit is contained in:
@@ -52,7 +52,6 @@ if __name__ == "__main__":
|
|||||||
f" --copyright='Copyright © 2024 DLmaster361'"
|
f" --copyright='Copyright © 2024 DLmaster361'"
|
||||||
f" --assume-yes-for-downloads --show-progress"
|
f" --assume-yes-for-downloads --show-progress"
|
||||||
f" --output-filename=AUTO_MAA --remove-output"
|
f" --output-filename=AUTO_MAA --remove-output"
|
||||||
f" --optimize=1"
|
|
||||||
f" main.py",
|
f" main.py",
|
||||||
shell=True,
|
shell=True,
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
@@ -82,7 +81,6 @@ if __name__ == "__main__":
|
|||||||
f" --copyright='Copyright © 2024 DLmaster361'"
|
f" --copyright='Copyright © 2024 DLmaster361'"
|
||||||
f" --assume-yes-for-downloads --show-progress"
|
f" --assume-yes-for-downloads --show-progress"
|
||||||
f" --output-filename=Updater --remove-output"
|
f" --output-filename=Updater --remove-output"
|
||||||
f" --optimize=1"
|
|
||||||
f" Updater.py",
|
f" Updater.py",
|
||||||
shell=True,
|
shell=True,
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"main_version": "4.2.0.0",
|
"main_version": "4.2.0.0",
|
||||||
"updater_version": "1.1.0.0",
|
"updater_version": "1.1.0.0",
|
||||||
"announcement": "\n# 这是一个中间版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成更新后再次检查更新以获取最新版本。",
|
"announcement": "\n# 这是一个中间版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成更新后再次检查更新以获取最新版本。\n",
|
||||||
"proxy_list":[
|
"proxy_list":[
|
||||||
"",
|
"",
|
||||||
"https://gitproxy.click/",
|
"https://gitproxy.click/",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"main_version": "4.2.0.0",
|
"main_version": "4.2.0.0",
|
||||||
"updater_version": "1.1.0.0",
|
"updater_version": "1.1.0.0",
|
||||||
"announcement": "\n# 这是一个中间版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成更新后再次检查更新以获取最新版本。",
|
"announcement": "\n# 这是一个中间版本,此版本后更换程序架构方式。\n# 由于更新方法无法通用,您需要在完成更新后再次检查更新以获取最新版本。\n",
|
||||||
"proxy_list":[
|
"proxy_list":[
|
||||||
"",
|
"",
|
||||||
"https://gitproxy.click/",
|
"https://gitproxy.click/",
|
||||||
|
|||||||
Reference in New Issue
Block a user