From 06a229429682a05a02bc73d69ffecdd47af9ab55 Mon Sep 17 00:00:00 2001 From: Mustafa Alperen Seki Date: Sun, 4 Dec 2022 13:44:09 +0300 Subject: [PATCH] Copy cnc mod.yaml too. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index fb142e0..2e9a40f 100644 --- a/mod.config +++ b/mod.config @@ -88,7 +88,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="./mods/modcontent ./mods/cnc/chrome" +PACKAGING_COPY_ENGINE_FILES="./mods/modcontent ./mods/cnc/chrome ./mods/cnc/mod.yaml" # Overwrite the version in mod.yaml with the tag used for the SDK release # Accepts values "True" or "False".