Locate NOTICE.txt and LICENSE.txt under Content/Resources on Mac
This commit is contained in:
@@ -12,14 +12,6 @@
|
|||||||
"node_modules/bootstrap/dist/**",
|
"node_modules/bootstrap/dist/**",
|
||||||
"node_modules/simple-spellchecker/dict/*.dic"
|
"node_modules/simple-spellchecker/dict/*.dic"
|
||||||
],
|
],
|
||||||
"extraFiles": [
|
|
||||||
{
|
|
||||||
"filter": [
|
|
||||||
"LICENSE.txt",
|
|
||||||
"NOTICE.txt"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"protocols": [
|
"protocols": [
|
||||||
{
|
{
|
||||||
"name": "Mattermost",
|
"name": "Mattermost",
|
||||||
@@ -36,6 +28,12 @@
|
|||||||
"tar.gz"
|
"tar.gz"
|
||||||
],
|
],
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
|
{
|
||||||
|
"filter": [
|
||||||
|
"LICENSE.txt",
|
||||||
|
"NOTICE.txt"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"from": "resources",
|
"from": "resources",
|
||||||
"filter": "icon.png"
|
"filter": "icon.png"
|
||||||
@@ -53,6 +51,14 @@
|
|||||||
"category": "public.app-category.productivity",
|
"category": "public.app-category.productivity",
|
||||||
"target": [
|
"target": [
|
||||||
"tar.gz"
|
"tar.gz"
|
||||||
|
],
|
||||||
|
"extraResources": [
|
||||||
|
{
|
||||||
|
"filter": [
|
||||||
|
"LICENSE.txt",
|
||||||
|
"NOTICE.txt"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"squirrelWindows": {
|
"squirrelWindows": {
|
||||||
@@ -62,6 +68,14 @@
|
|||||||
"target": [
|
"target": [
|
||||||
"squirrel",
|
"squirrel",
|
||||||
"zip"
|
"zip"
|
||||||
|
],
|
||||||
|
"extraFiles": [
|
||||||
|
{
|
||||||
|
"filter": [
|
||||||
|
"LICENSE.txt",
|
||||||
|
"NOTICE.txt"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user