Add a --utility argument to the AppImages.

This commit is contained in:
Paul Chote
2018-12-06 04:48:05 +00:00
committed by Oliver Brakmann
parent 224377f078
commit 9f30e2ecb0
3 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
# OpenRA.Utility relies on keeping the original working directory, so don't change directory
HERE="$(dirname "$(readlink -f "${0}")")"
mono --debug ${HERE}/../lib/openra/OpenRA.Utility.exe {MODID} "$@"