From 3dc7db5ffb92949a348ca0de02af8b9fe6642531 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 6 Jun 2026 17:51:03 -0500 Subject: [PATCH] fix(package): update file patterns in package.json to include all files in the electron directory --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a0ee668..7bfa1ee0 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,8 @@ "appimage": "1.0.2" }, "files": [ - "electron/**/*" + "electron/", + "electron/**" ], "directories": { "buildResources": "electron/build"