Skip to content

Commit

Permalink
removed unnecessary (and incorrect) target arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Oct 16, 2018
1 parent 67a0824 commit 27c94f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,7 @@
},
"linux": {
"icon": "build/icons",
"target": [
{
"target": "AppImage",
"arch": [
"x64",
"ia32"
]
}
]
"target": "AppImage"
}
},
"dependencies": {
Expand Down

0 comments on commit 27c94f0

Please sign in to comment.