From a9235c6876c227a31839d76f61afece9c256eaf8 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 18 Jan 2020 16:35:20 +0000 Subject: [PATCH] Update engine to playtest-20190118. --- mod.config | 2 +- packaging/linux/buildpackage.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.config b/mod.config index 667d88e..eb9c31f 100644 --- a/mod.config +++ b/mod.config @@ -9,7 +9,7 @@ MOD_ID="example" # The OpenRA engine version to use for this project. -ENGINE_VERSION="release-20191117" +ENGINE_VERSION="playtest-20200118" # .dll filenames compiled by the mod solution for use by the runtime assembly check WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll" diff --git a/packaging/linux/buildpackage.sh b/packaging/linux/buildpackage.sh index ea60dca..0884638 100755 --- a/packaging/linux/buildpackage.sh +++ b/packaging/linux/buildpackage.sh @@ -78,7 +78,7 @@ pushd "${ENGINE_DIRECTORY}" > /dev/null make clean # linux-dependencies target will trigger the lua detection script, which we don't want during packaging -make cli-dependencies geoip-dependencies +make cli-dependencies sed "s/@LIBLUA51@/liblua5.1.so.0/" thirdparty/Eluant.dll.config.in > Eluant.dll.config make core