mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
move lang.py and inlinee-sciter.py to res
This commit is contained in:
2
build.py
2
build.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user