openra: updated engines and mods

This commit is contained in:
Matthijs Steen
2019-01-30 22:17:53 +01:00
parent d089bd0876
commit cca9df9d11
6 changed files with 252 additions and 95 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ mono --debug OpenRA.Game.exe Game.Mod=@name@ Engine.LaunchPath="@out@/bin/openra
# Show a crash dialog if something went wrong
if [ $? -ne 0 -a $? -ne 1 ]; then
show_error "OpenRA - @title@ has encountered a fatal error.\nPlease refer to the crash logs for more information.\n\nLog files are located in ~/.openra/Logs"
show_error $'OpenRA - @title@ has encountered a fatal error.\nPlease refer to the crash logs for more information.\n\nLog files are located in ~/.openra/Logs'
fi