diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-18 11:19:55 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-18 11:19:55 +0800 |
commit | 12e14016ba00721ac741f44b080252ef97251310 (patch) | |
tree | f1a292a7547e1eec8d5f59116c6b97bc5c209eb1 /server/publish.lua | |
parent | 4568c48c6441984a664826403c91037d6d937dd3 (diff) | |
download | lua-language-server-12e14016ba00721ac741f44b080252ef97251310.zip |
打包图片目录
Diffstat (limited to 'server/publish.lua')
-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, |