From 2d8d02f2ec0f610169d700e192b96d3f02e820fe Mon Sep 17 00:00:00 2001 From: Daeraxa <58074586+Daeraxa@users.noreply.github.com> Date: Sat, 28 Jan 2023 19:12:25 +0000 Subject: [PATCH] add LICENSE.md to extra resources --- script/electron-builder.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/electron-builder.js b/script/electron-builder.js index 6c9c50ad30..507d6640c0 100644 --- a/script/electron-builder.js +++ b/script/electron-builder.js @@ -138,6 +138,9 @@ let options = { }, { "from": pngIcon, "to": "pulsar.png" + }, { + "from": "LICENSE.md", + "to": "LICENSE.md" }, ], compression: "normal", @@ -168,7 +171,7 @@ let options = { // Extra SVG icon included in the resources folder to give a chance to // Linux packagers to add a scalable desktop icon under // /usr/share/icons/hicolor/scalable - // (used only by desktops to show it on bar/switcher and app menus). + // (used only by desktops to show it on bar/switcher and app menus). "from": svgIcon, "to": "pulsar.svg" },