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