AzurLaneAutoScript/deploy
2024-07-28 15:00:23 +08:00
..
AidLux Dep: Downgrade to pycryptodome==3.9.9 since old pip cannot download the wheels >=3.10 2024-04-23 01:12:15 +08:00
docker Dep: Downgrade to pycryptodome==3.9.9 since old pip cannot download the wheels >=3.10 2024-04-23 01:12:15 +08:00
git_over_cdn Fix: Remove lock files before git reset 2023-10-23 22:24:58 +08:00
headless Dep: Downgrade to pycryptodome==3.9.9 since old pip cannot download the wheels >=3.10 2024-04-23 01:12:15 +08:00
install Fix: UnicodeDecodeError when getting serial 2022-10-17 22:09:58 +08:00
launcher Add: Auto installer 2021-10-23 21:28:07 +08:00
Windows Fix: [ALAS] Handle psutil.NoSuchProcess 2024-06-11 19:13:55 +08:00
adb.py Fix: [ALAS] Add IGNORE_SERIAL list 2024-07-28 15:00:23 +08:00
alas.py Fix: Handle win32com import error 2024-01-30 00:20:16 +08:00
app.py Opt: Use logger in deploy 2022-06-25 20:24:34 +08:00
config.py Fix: Missing config_redirect() call in classic installer 2024-04-26 14:14:18 +08:00
emulator.py Opt: Optimized hint of Serial (#2306) 2023-03-01 18:06:26 +08:00
git.py Fix: Use adb, git, python in system if the one in deploy.yaml doesn't exists 2024-05-19 23:20:33 +08:00
installer.py Opt: Use local assets cache in uiautomator2 2023-04-19 22:24:08 +08:00
logger.py Add: git-over-cdn 2023-09-19 23:14:37 +08:00
patch.py Fix: Patch to remove apkutils2 imports 2023-05-07 21:26:46 +08:00
pip.py Fix: Use adb, git, python in system if the one in deploy.yaml doesn't exists 2024-05-19 23:20:33 +08:00
Readme.md Add: Auto installer 2021-10-23 21:28:07 +08:00
set.py Add: Set deploy configs in command line 2022-09-30 23:00:13 +08:00
template Upd: [CN] Git mirrors 2023-06-04 18:14:28 +08:00
utils.py Opt: Add type hint for cached_property 2023-02-08 16:39:42 +08:00

Deploy

This directory holds the Alas installer.

Install Alas by running python -m deploy.installer in Alas root folder.

Launcher

Launcher Alas.exe is a .bat file converted to .exe file by Bat To Exe Converter.

If you have warnings from your anti-virus software, replace alas.exe with deploy/launcher/Alas.bat. They should do the same thing.