forked from mirrors/rustdesk
remove main.cc since not found the way to code sign it since g++ no ENABLE_HARDENED_RUNTIME
This commit is contained in:
parent
dcd4d0886e
commit
d407dfed0a
2 changed files with 0 additions and 28 deletions
1
build.py
1
build.py
|
|
@ -426,7 +426,6 @@ 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