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 />
<key>ProgramArguments</key>
<array>
<string>/Applications/RustDesk.app/Contents/MacOS/rustdesk</string>
<string>/Applications/RustDesk.app/Contents/MacOS/RustDesk</string>
<string>--server</string>
</array>
<key>WorkingDirectory</key>

View File

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