Fix comment for PACKAGING_COPY_ENGINE_FILES variable in mod.config

There's no longer a modcontent mod.
This commit is contained in:
michaeldgg2 2025-04-28 22:43:01 +02:00 committed by Pavel Penev
parent 0059e22e0e
commit 0653d7345b

View File

@ -84,7 +84,7 @@ PACKAGING_WINDOWS_REGISTRY_KEY="OpenRAExampleMod"
PACKAGING_WINDOWS_LICENSE_FILE="./COPYING" PACKAGING_WINDOWS_LICENSE_FILE="./COPYING"
# Space delimited list of additional files/directories to copy from the engine directory # 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="" PACKAGING_COPY_ENGINE_FILES=""
# Overwrite the version in mod.yaml with the tag used for the SDK release # Overwrite the version in mod.yaml with the tag used for the SDK release