From 49bd53deb4353c2aa61ec27956eedd6cc7eb5359 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 25 Apr 2017 22:40:18 +0900 Subject: [PATCH 1/2] Bundle LICENSE and NOTICE.txt into packaged apps --- electron-builder.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/electron-builder.json b/electron-builder.json index 7af9e041..a28260f0 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -11,6 +11,14 @@ "assets/**/*", "node_modules/bootstrap/dist/**" ], + "extraFiles": [ + { + "filter": [ + "LICENSE", + "NOTICE.txt" + ] + } + ], "deb": { "synopsis": "Mattermost" }, From dd3ada3c65925c95be9fb1105110f3cadfba43d2 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Wed, 26 Apr 2017 00:01:03 +0900 Subject: [PATCH 2/2] Rename LICENSE to LICENSE.txt --- LICENSE => LICENSE.txt | 0 electron-builder.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/electron-builder.json b/electron-builder.json index a28260f0..64ad5278 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -14,7 +14,7 @@ "extraFiles": [ { "filter": [ - "LICENSE", + "LICENSE.txt", "NOTICE.txt" ] }