Skip to content

Commit

Permalink
fix: 🐛 Fix linux build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 6, 2024
1 parent 9ce2867 commit 9b43dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"extraResources": {
"from": "electron/resources/extra",
"to": "extra",
"filter": ["common", "linux", "linux-${arch}", "linux-${target}"]
"filter": ["common", "linux", "linux-${arch}"]
}
},
"asar": true,
Expand Down

0 comments on commit 9b43dc0

Please sign in to comment.