···8 exit 1
9}
1011-cd "@out@/lib/openra-@name@"
1213# Check for missing assets
14assetsError='@assetsError@'
···17fi
1819# Run the game
20-mono --debug OpenRA.Game.exe Game.Mod=@name@ Engine.LaunchPath="@out@/bin/openra-@name@" Engine.ModSearchPaths="@out@/lib/openra-@name@/mods" "$@"
2122# Show a crash dialog if something went wrong
23if (( $? != 0 && $? != 1 )); then
···8 exit 1
9}
1011+pushd "@out@/lib/openra_2019-@name@" > /dev/null
1213# Check for missing assets
14assetsError='@assetsError@'
···17fi
1819# Run the game
20+mono --debug OpenRA.Game.exe Game.Mod=@name@ Engine.LaunchPath="@out@/bin/openra-@name@" Engine.ModSearchPaths="@out@/lib/openra_2019-@name@/mods" "$@"
2122# Show a crash dialog if something went wrong
23if (( $? != 0 && $? != 1 )); then