mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
shit
This commit is contained in:
parent
bd17a9aa72
commit
e27fda0f9c
1
build.py
1
build.py
@ -259,7 +259,6 @@ if __name__ == "__main__":
|
|||||||
exit()
|
exit()
|
||||||
arch = sys.argv[1]
|
arch = sys.argv[1]
|
||||||
version = sys.argv[2]
|
version = 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.system("git submodule update --init --recursive")
|
||||||
os.makedirs("temp", exist_ok=True)
|
os.makedirs("temp", exist_ok=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user