From bb16a7313542ec30b13682989c57bfc0d2b6f455 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 16 Mar 2023 19:43:17 +0100 Subject: [PATCH] Update 'Migrating from loose files' --- Migrating-from-loose-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migrating-from-loose-files.md b/Migrating-from-loose-files.md index 8d7399f..811c792 100644 --- a/Migrating-from-loose-files.md +++ b/Migrating-from-loose-files.md @@ -7,7 +7,7 @@ To migrate Lua files from a loose file structure to something that can be built Check out the reference create your `dtmt.cfg`: [`dtmt.cfg` Reference](dtmt.cfg-Reference) -Please note that all file paths should be specified _without_ file extension. The `resources` section can be adapted from the contents of your `.mod` file. All instances of `` are intended to be replaced with the value you specify in `id = ""`, which must be the same value you pass to DMF's `new_mod` and `get_mod`. +The `resources` section can be adapted from the contents of your `.mod` file. All instances of `` are intended to be replaced with the value you specify in `id = ""`, which must be the same value you pass to DMF's `new_mod` and `get_mod`. The `.package` file supports wildcards, so the most simple version would look like this: