Skip to content

Commit 280a1f6

Browse files
committed
fix: add electron-updater to asarUnpack to fix module not found error
1 parent b0f3255 commit 280a1f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
],
116116
"asar": true,
117117
"asarUnpack": [
118-
"**/*.node"
118+
"**/*.node",
119+
"**/node_modules/electron-updater/**/*"
119120
],
120121
"fileAssociations": [
121122
{

0 commit comments

Comments
 (0)