mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
:electron: Fix electron loot core resolutions (#4668)
* fix electron resolutions * temp fix * dont include build-electron in the web bundle assuming its built * lowering size of build * removing exports * release notes * adding bits back * remove bad config
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
"appId": "com.actualbudget.actual",
|
||||
"files": [
|
||||
"build",
|
||||
"!node_modules/@actual-app/web",
|
||||
"node_modules/@actual-app/web/build",
|
||||
"node_modules/@actual-app/web/package.json",
|
||||
"!node_modules/better-sqlite3/{benchmark,src,bin,docs,deps,build/Release/obj,build/Release/sqlite3.a,build/Release/test_extension.node}",
|
||||
"!**/*.js.map",
|
||||
"!**/stats.json",
|
||||
|
||||
Reference in New Issue
Block a user