mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
fix
This commit is contained in:
parent
ff5e706b78
commit
ee183936b7
1
build.py
1
build.py
@ -252,6 +252,7 @@ if __name__ == "__main__":
|
|||||||
arch = sys.argv[1]
|
arch = sys.argv[1]
|
||||||
isdebug = len(sys.argv) > 2 and int(sys.argv[2])
|
isdebug = len(sys.argv) > 2 and int(sys.argv[2])
|
||||||
os.chdir(rootDir)
|
os.chdir(rootDir)
|
||||||
|
os.system('git submodule update --init --recursive')
|
||||||
os.makedirs("temp", exist_ok=True)
|
os.makedirs("temp", exist_ok=True)
|
||||||
|
|
||||||
createPluginDirs()
|
createPluginDirs()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user