fix(package): update file patterns in package.json to include all files in the electron directory

This commit is contained in:
Ivan 2026-06-06 17:51:03 -05:00
parent f97bdff184
commit 3dc7db5ffb
No known key found for this signature in database
GPG key ID: B84314E2D9332AE0

View file

@ -123,7 +123,8 @@
"appimage": "1.0.2"
},
"files": [
"electron/**/*"
"electron/",
"electron/**"
],
"directories": {
"buildResources": "electron/build"