Merge pull request #517 from yuya-oc/bundle-notice

Bundle LICENSE and NOTICE.txt into packaged apps
This commit is contained in:
Yuya Ochiai 2017-04-26 00:39:33 +09:00 committed by GitHub
commit 63d65d5e57
2 changed files with 8 additions and 0 deletions

View file

@ -11,6 +11,14 @@
"assets/**/*",
"node_modules/bootstrap/dist/**"
],
"extraFiles": [
{
"filter": [
"LICENSE.txt",
"NOTICE.txt"
]
}
],
"deb": {
"synopsis": "Mattermost"
},