From 49bd53deb4353c2aa61ec27956eedd6cc7eb5359 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 25 Apr 2017 22:40:18 +0900 Subject: [PATCH] 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" },