mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
net
This commit is contained in:
parent
3e62d72c2e
commit
cc23a18318
3
.github/scripts/collectall_xp.py
vendored
3
.github/scripts/collectall_xp.py
vendored
@ -2,7 +2,7 @@ import shutil, os
|
||||
import platform
|
||||
import sys
|
||||
os.system('python generate_xp_code.py')
|
||||
os.system("git clone https://github.com/HIllya51/py3.4_pyqt5.5.1")
|
||||
os.system("git clone --depth 1 https://github.com/HIllya51/py3.4_pyqt5.5.1")
|
||||
os.rename("py3.4_pyqt5.5.1/Python34", "runtime")
|
||||
|
||||
targetdir = r"build\LunaTranslator_x86_winxp"
|
||||
@ -29,6 +29,7 @@ def copycheck(src, tgt):
|
||||
|
||||
copycheck(os.path.join(launch, "LunaTranslator.exe"), targetdir)
|
||||
copycheck(os.path.join(launch, "LunaTranslator_debug.exe"), targetdir)
|
||||
os.remove('./LunaTranslator/requests.py')
|
||||
copycheck("./LunaTranslator", targetdir)
|
||||
copycheck(r".\files", targetdir)
|
||||
copycheck("runtime", targetdir + "/files")
|
||||
|
Loading…
x
Reference in New Issue
Block a user