From c05100731e8f32f6afbcba1267015110ec5c0f17 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 22 Feb 2020 12:23:53 +0000 Subject: [PATCH] Ship Freetype inside the AppImage. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index 944666c..5181be8 100644 --- a/mod.config +++ b/mod.config @@ -90,7 +90,7 @@ PACKAGING_WINDOWS_REGISTRY_KEY="OpenRAExampleMod" PACKAGING_WINDOWS_LICENSE_FILE="./COPYING" # The git tag to use for the AppImage dependencies. -PACKAGING_APPIMAGE_DEPENDENCIES_TAG="20191004" +PACKAGING_APPIMAGE_DEPENDENCIES_TAG="20200222" # Space delimited list of additional files/directories to copy from the engine directory # when packaging your mod. e.g. "./mods/modcontent" or "./mods/d2k/OpenRA.Mods.D2k.dll"