Skip to content

Commit

Permalink
📝 一些小改动
Browse files Browse the repository at this point in the history
  • Loading branch information
MRSlouzk committed Aug 21, 2023
1 parent 59e9d44 commit fd69afc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
## 注意事项
- 确保网络通畅, 中途尽量不要出现连接失败以及掉线的状况
- 请关闭手机休眠
- 游戏设置中的`Quality`调整为`high`
- 游戏设置中的`Quality`调整为`Very high`
- 语言请使用`English`
- 游戏宽高比设置为`16:9`
- 如果加入了社团请先退出, 否则会导致操作失败
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def notice():
notice = """
- 确保网络通畅, 中途尽量不要出现连接失败以及掉线的状况
- 请关闭手机休眠
- 游戏设置中的`Quality`调整为`high`
- 游戏设置中的`Quality`调整为`Very high`
- 语言请使用`English`
- 游戏宽高比设置为`16:9`
- 如果加入了社团请先退出, 否则会导致操作失败
Expand Down
17 changes: 17 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# For Linux
python -m nuitka --mingw64 --standalone \
--assume-yes-for-downloads \
--follow-import-to=utils \
--lto=no \
--disable-plugin=multiprocessing\
--output-dir=build \
--company-name="ACGN-Alliance" \
--product-name="BlueArchive-Starter" \
--file-version="1.0.0" \
--product-version="1.0.0" \
--file-description="BlueArchive Account tool" \
--remove-output \
--onefile \
main.py

# --disable-console \

0 comments on commit fd69afc

Please sign in to comment.