rustdesk -> RustDesk in agent/daemon process since in App, the exe is

RustDesk rather than lowercase
This commit is contained in:
rustdesk 2024-03-25 21:18:45 +08:00
parent 376bcefc14
commit d36e33a7cf
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<true /> <true />
<key>ProgramArguments</key> <key>ProgramArguments</key>
<array> <array>
<string>/Applications/RustDesk.app/Contents/MacOS/rustdesk</string> <string>/Applications/RustDesk.app/Contents/MacOS/RustDesk</string>
<string>--server</string> <string>--server</string>
</array> </array>
<key>WorkingDirectory</key> <key>WorkingDirectory</key>

View File

@ -8,7 +8,7 @@
<true/> <true/>
<key>ProgramArguments</key> <key>ProgramArguments</key>
<array> <array>
<string>/Applications/RustDesk.app/Contents/MacOS/rustdesk</string> <string>/Applications/RustDesk.app/Contents/MacOS/RustDesk</string>
<string>--service</string> <string>--service</string>
</array> </array>
<key>RunAtLoad</key> <key>RunAtLoad</key>