触发自动构建镜像

This commit is contained in:
github_bot 2022-09-19 23:12:48 +08:00
parent 7681224f02
commit 8b028204f9
2 changed files with 1 additions and 2 deletions

1
.gitattributes vendored
View File

@ -1,2 +1 @@
wine/Tencent.zip filter=lfs diff=lfs merge=lfs -text wine/Tencent.zip filter=lfs diff=lfs merge=lfs -text
ndp472-kb4054530-x86-x64-allos-enu.exe filter=lfs diff=lfs merge=lfs -text

2
run.py
View File

@ -61,6 +61,6 @@ class DockerWechatHook:
if __name__ == '__main__' : if __name__ == '__main__' :
print('---All in one 微信Hook容器---') print('---All in one 微信 ComRobot 容器---')
hook = DockerWechatHook() hook = DockerWechatHook()
hook.run_all_in_one() hook.run_all_in_one()