summarylogtreecommitdiffstats
path: root/openra-ra2
diff options
context:
space:
mode:
authorEndlessEden2022-08-14 14:33:17 +1000
committerEndlessEden2022-08-14 14:33:17 +1000
commite32933db5436317c60455693211b182d5c8e49ed (patch)
tree1a3c3c73ef6eaa94bca8534b0c752d462cfdc050 /openra-ra2
parent52e59aa99f65912992a756ce8ef7d655f69e9b97 (diff)
downloadaur-openra-ra2-git.tar.gz
Updated: openra-ra2, fixed broken link
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