summarylogtreecommitdiffstats
path: root/openra-d2
diff options
context:
space:
mode:
authorBrenton Horne2023-06-12 00:41:28 +1000
committerBrenton Horne2023-06-12 00:41:28 +1000
commit44aa314460f0659d79d42ab4ae4b431f46d60823 (patch)
tree6d0297728e785a72be5095b8a78dbeb616697982 /openra-d2
parent76c5a49d1ee9949c54b4b1bf8a95024ec840f182 (diff)
downloadaur-openra-d2-git.tar.gz
Fixing build issues
Diffstat (limited to 'openra-d2')
-rwxr-xr-xopenra-d22
1 files changed, 1 insertions, 1 deletions
diff --git a/openra-d2 b/openra-d2
index 1b6916ef5f8b..667a26acd1cc 100755
--- a/openra-d2
+++ b/openra-d2
@@ -2,7 +2,7 @@
cd "/usr/lib/openra-d2"
# Run the game
-mono --debug OpenRA.Game.exe Game.Mod=d2 Engine.LaunchPath="/usr/bin/openra-d2" "Engine.ModSearchPaths=/usr/lib/openra-d2/mods" "$@"
+mono --debug OpenRA.exe Game.Mod=d2 Engine.LaunchPath="/usr/bin/openra-d2" "Engine.ModSearchPaths=/usr/lib/openra-d2/mods" "$@"
# Show a crash dialog if something went wrong
if [ $? != 0 ] && [ $? != 1 ]; then