diff options
-rw-r--r-- | server/publish.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/publish.lua b/server/publish.lua index 38752ec9..f9e150f3 100644 --- a/server/publish.lua +++ b/server/publish.lua @@ -134,6 +134,7 @@ local count = copyFiles(EXTENSION , out) { ['test'] = true, ['main.lua'] = true, }, + ['images'] = true, ['package-lock.json'] = true, ['package.json'] = true, ['README.md'] = true, |