summarylogtreecommitdiffstats
path: root/remotemouse.sh
diff options
context:
space:
mode:
Diffstat (limited to 'remotemouse.sh')
-rw-r--r--remotemouse.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/remotemouse.sh b/remotemouse.sh
index 27b1d79cac3d..6b45293645d4 100644
--- a/remotemouse.sh
+++ b/remotemouse.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-
-mono /opt/remotemouse/RemoteMouse.exe
+# need working dir to be the same as the binarys location or else it can't find the tray icon
+( cd /opt/remotemouse && exec /opt/remotemouse/RemoteMouse )