mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
fix uni link when mac service started, by use
applicationShouldOpenUntitledFile delegate
This commit is contained in:
parent
e86d4657da
commit
9ad240951e
4 changed files with 46 additions and 11 deletions
1
build.py
1
build.py
|
@ -426,6 +426,7 @@ def build_flutter_dmg(version, features):
|
|||
"create-dmg --volname \"RustDesk Installer\" --window-pos 200 120 --window-size 800 400 --icon-size 100 --app-drop-link 600 185 --icon RustDesk.app 200 190 --hide-extension RustDesk.app rustdesk.dmg ./build/macos/Build/Products/Release/RustDesk.app")
|
||||
os.rename("rustdesk.dmg", f"../rustdesk-{version}.dmg")
|
||||
'''
|
||||
#system2("g++ main.cc -O3 && mv a.out flutter/build/macos/Build/Products/Release/RustDesk.app/Contents/MacOS/serve")
|
||||
os.chdir("..")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue