Skip to content

Commit

Permalink
Merge pull request #16 from NAmorim/develop
Browse files Browse the repository at this point in the history
Update the linux build configs
  • Loading branch information
NAmorim authored Nov 5, 2021
2 parents 8d30b5d + d456ef9 commit 84c109f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@
]
},
"linux": {
"target": "AppImage",
"arch": ["x64", "armv7l"]
"target": [
{
"target": "AppImage",
"arch": ["x64", "armv7l"]
}
]
},
"extraMetadata": {
"main": "electron-wrapper.js"
Expand Down

0 comments on commit 84c109f

Please sign in to comment.