mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
fix(win): add windows-shortcuts to asar exclude
This commit is contained in:
parent
c4135ee23c
commit
aaf68b25c8
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ module.exports = (grunt) ->
|
|||
'**/examples/**'
|
||||
'**/src/tasks/**'
|
||||
'**/node_modules/spellchecker/**'
|
||||
'**/node_modules/windows-shortcuts/**'
|
||||
]
|
||||
unpack = "{#{unpack.join(',')}}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue