From 98f0a5730749afa04913c4f4978bfe57a8b4bbb4 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Fri, 9 Jun 2023 18:08:58 +0530 Subject: [PATCH] Only include the icons folder while building --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec445cd..80bd10b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "build": { "extraFiles": [ - "/assets", + "/assets/icons", "LICENSE" ], "appId": "com.agampreet.ms-365-electron",