Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
chore: support ia32, deb, snap
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx authored Jul 28, 2019
1 parent 1a13a8a commit 6e52f20
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,34 @@
{
"target": "AppImage",
"arch": ["ia32", "x64"]
},
{
"target": "snap",
"arch": ["ia32", "x64"]
},
{
"target": "deb",
"arch": ["ia32", "x64"]
}
]
},
"win": {
"target": ["zip", "nsis"]
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
},
{
"target": "zip",
"arch": [
"x64",
"ia32"
]
}
],
},
"mac": {
"category": "public.app-category.navigation"
Expand Down

0 comments on commit 6e52f20

Please sign in to comment.