This commit is contained in:
rustdesk
2022-01-30 19:48:41 +08:00
parent f17aff8bb4
commit b750ec7ac5
5 changed files with 95 additions and 24 deletions

View File

@@ -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)