summaryrefslogtreecommitdiff
path: root/server/publish.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-13 11:37:05 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-13 11:37:05 +0800
commitea14e06ff09bd1ddd574923d0fbd57958ff540b8 (patch)
treea1dca29b6d27aa2d3ec998fcbcc28a46464531a2 /server/publish.lua
parent16f36b7f5fdb68b9ea61ba02b6ab0e2343e6a9e8 (diff)
downloadlua-language-server-ea14e06ff09bd1ddd574923d0fbd57958ff540b8.zip
发布版没有debugger
Diffstat (limited to 'server/publish.lua')
-rw-r--r--server/publish.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/publish.lua b/server/publish.lua
index 2a0870b9..5871bbec 100644
--- a/server/publish.lua
+++ b/server/publish.lua
@@ -137,11 +137,14 @@ print(('复制了[%d]个文件'):format(count))
print('开始测试...')
runTest(out / 'server')
-print('删除测试文件...')
+print('删除多余文件...')
removeFiles(out) {
['server'] = {
['log'] = true,
['test'] = true,
+ ['bin'] = {
+ ['debugger.dll'] = true,
+ },
},
}