[ci] auto-format

This commit is contained in:
brostosjoined 2024-08-12 16:32:10 +00:00 committed by github-actions[bot]
parent 00cde20f8d
commit ccbb570016

View file

@ -38,7 +38,8 @@ if TYPE_CHECKING:
ANDROID = babase.app.classic.platform == "android"
DIRPATH = Path(
f"{_babase.app.python_directory_user if build_number < 21282 else _babase.app.env.python_directory_user}/image_id.json")
APP_VERSION = _babase.app.version if build_number < 21282 else (_babase.app.env.engine_version if build_number > 21823 else _babase.app.env.version)
APP_VERSION = _babase.app.version if build_number < 21282 else (
_babase.app.env.engine_version if build_number > 21823 else _babase.app.env.version)
if ANDROID: # !can add ios in future