From 60e331b8fe1c772d000f0df347b3b3fe97bc933b Mon Sep 17 00:00:00 2001 From: michaeldgg2 <119738087+michaeldgg2@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:43:01 +0200 Subject: [PATCH] Fix comment for PACKAGING_COPY_ENGINE_FILES variable in mod.config There's no longer a modcontent mod. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index c88deb75..18001ce9 100644 --- a/mod.config +++ b/mod.config @@ -84,7 +84,7 @@ PACKAGING_WINDOWS_REGISTRY_KEY="OpenRAExampleMod" 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" +# when packaging your mod. e.g. "./mods/common-content" PACKAGING_COPY_ENGINE_FILES="" # Overwrite the version in mod.yaml with the tag used for the SDK release