rustdesk
2022-06-12 15:14:21 +08:00
parent 4f32c9e383
commit b83b296234
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ def main():
'target\\release\\rustdesk.exe')
else:
print('Not signed')
os.system(f'cp -rf target/release/RustDesk.exe rustdesk-{version}-putes.exe')
os.system(f'cp -rf target/release/RustDesk.exe rustdesk-{version}-setdown.exe')
elif os.path.isfile('/usr/bin/pacman'):
os.system('cargo build --release --features inline')
os.system('git checkout src/ui/common.tis')