Bundle LICENSE and NOTICE.txt into packaged apps

This commit is contained in:
Yuya Ochiai
2017-04-25 22:40:18 +09:00
parent 4d884a217a
commit 49bd53deb4

View File

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