mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-22 03:13:18 +03:00
more api
This commit is contained in:
@@ -51,6 +51,9 @@ def main():
|
||||
print('export const KEY_MAP: any = {')
|
||||
print(KEY_MAP[0])
|
||||
print('}')
|
||||
for ln in open('../hbb/Cargo.toml'):
|
||||
if ln.startswith('version ='):
|
||||
print('export const ' + ln)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user