fix: build in os.system wrapper

This commit is contained in:
kingtous 2022-12-02 14:59:54 +08:00
parent 8f2d21f794
commit c09a7d445a
2 changed files with 2 additions and 2 deletions

View file

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