1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 18:23:33 +08:00

Upd: [MAA] Support Sami roguelike settings (#2976)

* Upd: [MAA] Support Sami roguelike settings

* Upd: [MAA] Support Sami roguelike settings

---------

Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
Ozhika
2023-08-06 03:47:37 +10:00
committed by GitHub
parent b68a711d39
commit 95c5df9636
9 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
import sys
sys.path.append('i:/AzurLaneAutoScript')
from cached_property import cached_property
from module.base.timer import timer
@@ -124,7 +127,7 @@ if __name__ == '__main__':
"""
# Ensure running in mod root folder
import os
os.chdir('../../')
os.chdir(os.path.join(os.path.dirname(__file__), "../../"))
ConfigGenerator().generate()
os.chdir('../../')
ConfigUpdater().update_file('template', is_template=True)