Skip to content

Commit

Permalink
细化依赖管理,杂项修正
Browse files Browse the repository at this point in the history
  • Loading branch information
WH-2099 committed Dec 7, 2024
1 parent 9da7b3b commit 60486e0
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 47 deletions.
42 changes: 0 additions & 42 deletions entrypoint.py

This file was deleted.

4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ if [[ ! -f "$INSTALL_PATH/noupdate" ]]; then
fi

"$STEAMCMD" \
+@ShutdownOnFailedCommand 1 \
+@NoPromptForPassword 1 \
+force_install_dir "$INSTALL_PATH" \
+login anonymous \
+force_install_dir "$INSTALL_PATH" \
+app_update "$APP_ID" "$BETA_ARGS" \
+quit
fi
Expand Down
1 change: 0 additions & 1 deletion kuid.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

"""
推断 Klei User ID 到玩家存档路径的编码形式
Expand Down
2 changes: 1 addition & 1 deletion models.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class ServerNetwork(BaseModel):
class ServerAccount(BaseModel):
"""服务端账户配置"""

encode_user_path: bool = False
encode_user_path: bool = True


class IniModel(BaseModel, ABC):
Expand Down
Loading

0 comments on commit 60486e0

Please sign in to comment.