From ee183936b7699f790c0ffe52b4981480d2e93771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Sun, 19 May 2024 03:05:14 +0800 Subject: [PATCH] fix --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index fe50b6be..55e5f969 100644 --- a/build.py +++ b/build.py @@ -252,6 +252,7 @@ if __name__ == "__main__": arch = sys.argv[1] isdebug = len(sys.argv) > 2 and int(sys.argv[2]) os.chdir(rootDir) + os.system('git submodule update --init --recursive') os.makedirs("temp", exist_ok=True) createPluginDirs()