mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
mac tray work
This commit is contained in:
5
build.py
5
build.py
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user