mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix: build in os.system wrapper
This commit is contained in:
parent
8f2d21f794
commit
c09a7d445a
2 changed files with 2 additions and 2 deletions
2
build.py
2
build.py
|
@ -252,7 +252,7 @@ def build_flutter_deb(version, features):
|
|||
os.system('mkdir -p tmpdeb/usr/share/rustdesk/files/systemd/')
|
||||
os.system('mkdir -p tmpdeb/usr/share/applications/')
|
||||
os.system('mkdir -p tmpdeb/usr/share/polkit-1/actions')
|
||||
os.system('rm tmpdeb/usr/bin/rustdesk')
|
||||
os.system('rm tmpdeb/usr/bin/rustdesk || true')
|
||||
os.system(
|
||||
'cp -r build/linux/x64/release/bundle/* tmpdeb/usr/lib/rustdesk/')
|
||||
os.system(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue