This commit is contained in:
恍兮惚兮 2024-08-10 20:54:16 +08:00
parent fb63746c6c
commit 5f2d4a25c4

View File

@ -298,6 +298,9 @@ def downloadsomething():
os.chdir(rootDir + "\\temp")
subprocess.run(f"curl -LO {dynalink('Resource/build_req/stylesheets-main.zip')}")
subprocess.run(f"7z x stylesheets-main.zip -oALL")
move_directory_contents(
"ALL/stylesheets-main", rootDir + "\\LunaTranslator\\files\\themes"
)
def downloadbass():