fix(win): add windows-shortcuts to asar exclude

This commit is contained in:
Evan Morikawa 2016-02-11 13:52:37 -08:00
parent 76cbb97c2b
commit 8e6e5e9d57

View file

@ -14,6 +14,7 @@ module.exports = (grunt) ->
'**/examples/**'
'**/src/tasks/**'
'**/node_modules/spellchecker/**'
'**/node_modules/windows-shortcuts/**'
]
unpack = "{#{unpack.join(',')}}"