mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 17:31:27 +03:00
rustdesk -> RustDesk in agent/daemon process since in App, the exe is
RustDesk rather than lowercase
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user