mac tray work

This commit is contained in:
rustdesk
2022-04-29 16:21:18 +08:00
parent 8df1e42977
commit e2c9b78254
6 changed files with 54 additions and 61 deletions

View File

@@ -33,11 +33,6 @@ def main():
os.system('python3 inline-sciter.py')
if os.path.isfile('/usr/bin/pacman'):
os.system('git checkout src/ui/common.tis')
txt = open('Cargo.toml').read()
with open('Cargo.toml', 'wt') as fh:
fh.write(txt.replace('#lto', 'lto')
.replace('#codegen', 'codegen')
.replace('#panic', 'panic'))
version = get_version()
if windows:
os.system('cargo build --release --features inline')