summaryrefslogtreecommitdiff
path: root/server/publish.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-03-29 20:22:33 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-03-29 20:22:33 +0800
commit86b3b582972c533837ce6d6849dfe680f92d4b25 (patch)
tree602ce3abeca239921f502cb5d8457b7782a92e27 /server/publish.lua
parentbe9bddc20298011d2f608d3bec4f1049306623b2 (diff)
downloadlua-language-server-86b3b582972c533837ce6d6849dfe680f92d4b25.zip
发布版本时不要把预览图发出去
Diffstat (limited to 'server/publish.lua')
-rw-r--r--server/publish.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/publish.lua b/server/publish.lua
index 92ed0b25..3b4d4420 100644
--- a/server/publish.lua
+++ b/server/publish.lua
@@ -133,7 +133,9 @@ local count = copyFiles(EXTENSION , out) {
['test'] = true,
['main.lua'] = true,
},
- ['images'] = true,
+ ['images'] = {
+ ['logo.png'] = true,
+ },
['package-lock.json'] = true,
['package.json'] = true,
['README.md'] = true,