Unpack .ctags file

This commit is contained in:
Kevin Sawicki
2015-04-08 17:41:56 -07:00
parent d534f2a867
commit 6fcca86ede

View File

@@ -13,7 +13,7 @@ module.exports = (grunt) ->
grunt.log.error 'The app has to be built before generating asar archive.'
return done(false)
asar.createPackageWithOptions appDir, path.resolve(appDir, '..', 'app.asar'), {unpack: '{*.node,ctags-darwin,ctags-linux,ctags-win32.exe}'}, (err) ->
asar.createPackageWithOptions appDir, path.resolve(appDir, '..', 'app.asar'), {unpack: '{*.node,ctags-darwin,ctags-linux,ctags-win32.exe,\\.ctags}'}, (err) ->
return done(err) if err?
rm appDir