Merge pull request #684 from yuya-oc/locate-txt-resources

Locate NOTICE.txt and LICENSE.txt under Content/Resources on Mac
This commit is contained in:
Yuya Ochiai 2018-01-19 20:29:16 +09:00 committed by GitHub
commit ccb40dc3fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,6 @@
"node_modules/bootstrap/dist/**",
"node_modules/simple-spellchecker/dict/*.dic"
],
"extraFiles": [
{
"filter": [
"LICENSE.txt",
"NOTICE.txt"
]
}
],
"protocols": [
{
"name": "Mattermost",
@ -36,6 +28,12 @@
"tar.gz"
],
"extraFiles": [
{
"filter": [
"LICENSE.txt",
"NOTICE.txt"
]
},
{
"from": "resources",
"filter": "icon.png"
@ -53,6 +51,14 @@
"category": "public.app-category.productivity",
"target": [
"tar.gz"
],
"extraResources": [
{
"filter": [
"LICENSE.txt",
"NOTICE.txt"
]
}
]
},
"squirrelWindows": {
@ -62,6 +68,14 @@
"target": [
"squirrel",
"zip"
],
"extraFiles": [
{
"filter": [
"LICENSE.txt",
"NOTICE.txt"
]
}
]
}
}