move lang.py and inlinee-sciter.py to res

This commit is contained in:
rustdesk
2022-09-18 11:53:15 +08:00
parent 5751b23a97
commit b7e54081b8
4 changed files with 8 additions and 1 deletions

View File

@@ -201,7 +201,7 @@ def main():
'//#![windows_subsystem', '#![windows_subsystem'))
if os.path.exists(exe_path):
os.unlink(exe_path)
os.system('python3 inline-sciter.py')
os.system('python3 res/inline-sciter.py')
if os.path.isfile('/usr/bin/pacman'):
os.system('git checkout src/ui/common.tis')
version = get_version()