mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
chore.修改python脚本及版本包
This commit is contained in:
@@ -36,7 +36,7 @@ class Asst:
|
||||
Asst.__lib = ctypes.WinDLL(str(Asst.__libpath))
|
||||
else:
|
||||
Asst.__libpath = pathlib.Path(path) / 'libMeoAssistant.so'
|
||||
os.environ['LD_LIBRARY_PATH'] += path
|
||||
os.environ['LD_LIBRARY_PATH'] += os.pathsep + path
|
||||
Asst.__lib = ctypes.CDLL(str(Asst.__libpath))
|
||||
Asst.__set_lib_properties()
|
||||
|
||||
|
||||
@@ -58,7 +58,8 @@ if __name__ == "__main__":
|
||||
asst.append_task('Award')
|
||||
# asst.append_task('Copilot', {
|
||||
# 'stage_name': '千层蛋糕',
|
||||
# 'filename': './GA-EX8-raid.json'
|
||||
# 'filename': './GA-EX8-raid.json',
|
||||
# 'formation': False
|
||||
# })
|
||||
|
||||
asst.start()
|
||||
|
||||
Reference in New Issue
Block a user