Skip to content

Commit 4c6ee9b

Browse files
committed
fix: app including node_modules
1 parent 2d7361b commit 4c6ee9b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
"build": {
4444
"appId": "dev.locode.app",
4545
"productName": "LoCode",
46-
"asar": false,
46+
"asar": true,
47+
"asarUnpack": [
48+
"backend/**/*",
49+
".output/**/*"
50+
],
4751
"files": [
4852
"!node_modules",
4953
"electron/**/*",

0 commit comments

Comments
 (0)