diff --git a/mod.config b/mod.config index f03f8bb..6132bd9 100644 --- a/mod.config +++ b/mod.config @@ -85,7 +85,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 ./mods/cnc/installer ./mods/cnc/languages/rules ./mods/cnc/mod.yaml" +PACKAGING_COPY_ENGINE_FILES="./mods/modcontent ./mods/cnc/chrome ./mods/cnc/installer ./mods/cnc/languages ./mods/cnc/mod.yaml" # Overwrite the version in mod.yaml with the tag used for the SDK release # Accepts values "True" or "False".