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 7af9e041..64ad5278 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -11,6 +11,14 @@ "assets/**/*", "node_modules/bootstrap/dist/**" ], + "extraFiles": [ + { + "filter": [ + "LICENSE.txt", + "NOTICE.txt" + ] + } + ], "deb": { "synopsis": "Mattermost" },