From 9781c0305c275d2bb923307ccf17e2cff204c1e8 Mon Sep 17 00:00:00 2001 From: Mustafa Alperen Seki Date: Sat, 11 Feb 2023 16:27:56 +0300 Subject: [PATCH] Include TS language file. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index 042b81c97..8d9730ccf 100644 --- a/mod.config +++ b/mod.config @@ -89,7 +89,7 @@ PACKAGING_WINDOWS_LICENSE_FILE="./COPYING" # Space delimited list of additional files/directories to copy from the engine directory # when packaging your mod. e.g. "./mods/modcontent" -PACKAGING_COPY_ENGINE_FILES="./AUTHORS.AS ./mods/modcontent ./mods/ts/mod.yaml ./mods/ts/cursors.yaml ./mods/ts/chrome/ingame-observer.yaml ./mods/ts/chrome/ingame-debug.yaml ./mods/ts/chrome/color-picker.yaml ./mods/ts/chrome/dropdowns.yaml ./mods/ts/chrome/settings-hotkeys.yaml ./mods/ts/metrics.yaml mods/ts/installer/downloads.yaml ./mods/ts/installer/firestorm.yaml ./mods/ts/installer/firstdecade.yaml ./mods/ts/installer/origin.yaml ./mods/ts/installer/tibsun.yaml" +PACKAGING_COPY_ENGINE_FILES="./AUTHORS.AS ./mods/modcontent ./mods/ts/mod.yaml ./mods/ts/cursors.yaml ./mods/ts/chrome/ingame-observer.yaml ./mods/ts/chrome/ingame-debug.yaml ./mods/ts/chrome/color-picker.yaml ./mods/ts/chrome/dropdowns.yaml ./mods/ts/chrome/settings-hotkeys.yaml ./mods/ts/metrics.yaml mods/ts/installer/downloads.yaml ./mods/ts/installer/firestorm.yaml ./mods/ts/installer/firstdecade.yaml ./mods/ts/installer/origin.yaml ./mods/ts/installer/tibsun.yaml ./mods/ts/languages/rules/en.ftl" # Overwrite the version in mod.yaml with the tag used for the SDK release # Accepts values "True" or "False".