mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Update .ctags pattern for unpacking
This commit is contained in:
@@ -10,10 +10,10 @@ module.exports = (grunt) ->
|
||||
|
||||
unpack = [
|
||||
'*.node'
|
||||
'*.ctags'
|
||||
'ctags-darwin'
|
||||
'ctags-linux'
|
||||
'ctags-win32.exe'
|
||||
'\\.ctags'
|
||||
]
|
||||
unpack = "{#{unpack.join(',')}}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user