This commit is contained in:
rustdesk
2022-10-11 06:28:46 +08:00
parent 171e516bd5
commit 607bf33162
3 changed files with 3 additions and 4 deletions

View File

@@ -157,8 +157,6 @@ def build_flutter_deb(version):
os.system('rm tmpdeb/usr/bin/rustdesk')
os.system(
'cp -r build/linux/x64/release/bundle/* tmpdeb/usr/lib/rustdesk/')
os.system(
'cp ../target/release/liblibrustdesk.so tmpdeb/usr/lib/rustdesk/librustdesk.so')
os.system(
'cp ../res/rustdesk.service tmpdeb/usr/share/rustdesk/files/systemd/')
os.system(