Try out change CFBundleExecutable to rustdesk from EXECUTABLE_NAME, so

that it is not "RustDesk"
This commit is contained in:
rustdesk 2023-02-14 14:30:42 +08:00
parent 9e747610b5
commit 8a68974f4f

View File

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string> <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>rustdesk</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string></string> <string></string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>