We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc219cc commit 118680aCopy full SHA for 118680a
launch-dedicated.sh
@@ -57,7 +57,7 @@ SHARE_ANONYMISED_IPS="${ShareAnonymizedIPs:-"True"}"
57
SUPPORT_DIR="${SupportDir:-""}"
58
59
cd "${TEMPLATE_ROOT}"
60
-if [ ! -f "${ENGINE_DIRECTORY}/OpenRA.Game.exe" ] || [ "$(cat "${ENGINE_DIRECTORY}/VERSION")" != "${ENGINE_VERSION}" ]; then
+if [ ! -f "${ENGINE_DIRECTORY}/bin/OpenRA.Server.exe" ] || [ "$(cat "${ENGINE_DIRECTORY}/VERSION")" != "${ENGINE_VERSION}" ]; then
61
echo "Required engine files not found."
62
echo "Run \`make\` in the mod directory to fetch and build the required files, then try again.";
63
exit 1
0 commit comments