summarylogtreecommitdiffstats
path: root/openra-ra2
diff options
context:
space:
mode:
Diffstat (limited to 'openra-ra2')
-rwxr-xr-xopenra-ra22
1 files changed, 1 insertions, 1 deletions
diff --git a/openra-ra2 b/openra-ra2
index 14c11eaa5225..16771be30917 100755
--- a/openra-ra2
+++ b/openra-ra2
@@ -2,7 +2,7 @@
cd "/usr/lib/openra"
# Run the game
-mono --debug OpenRA.Game.exe Game.Mod=ra2 Engine.LaunchPath="/usr/bin/openra-ra2" "Engine.ModSearchPaths=/usr/lib/openra/mods" "$@"
+mono --debug OpenRA.dll Game.Mod=ra2 Engine.LaunchPath="/usr/bin/openra-ra2" "Engine.ModSearchPaths=/usr/lib/openra/mods" "$@"
# Show a crash dialog if something went wrong
if [ $? != 0 ] && [ $? != 1 ]; then