summarylogtreecommitdiffstats
path: root/otd
diff options
context:
space:
mode:
Diffstat (limited to 'otd')
-rwxr-xr-xotd4
1 files changed, 2 insertions, 2 deletions
diff --git a/otd b/otd
index 1755cfe6eb75..f35332e14f37 100755
--- a/otd
+++ b/otd
@@ -7,7 +7,7 @@ then
echo "DISPLAY and/or WAYLAND_DISPLAY is not set"
exit 64
fi
- dotnet ./OpenTabletDriver.Daemon.dll
+ ./OpenTabletDriver.Daemon
else
- dotnet ./OpenTabletDriver.Console.dll "$@"
+ ./OpenTabletDriver.Console "$@"
fi