diff options
-rw-r--r-- | script/provider/capability.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/script/provider/capability.lua b/script/provider/capability.lua index 856f2b39..6bf93f95 100644 --- a/script/provider/capability.lua +++ b/script/provider/capability.lua @@ -58,8 +58,8 @@ function m.getIniter() filters = { { pattern = { - glob = '**/*.lua', - matches = 'file', + glob = '**', + --matches = 'file', options = platform.OS == 'Windows', } } @@ -69,8 +69,8 @@ function m.getIniter() filters = { { pattern = { - glob = '**/*.lua', - matches = 'file', + glob = '**', + --matches = 'file', options = platform.OS == 'Windows', } } @@ -80,8 +80,8 @@ function m.getIniter() filters = { { pattern = { - glob = '**/*.lua', - matches = 'file', + glob = '**', + --matches = 'file', options = platform.OS == 'Windows', } } |