Skip to content

Commit

Permalink
fix: misspelled arch argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kambydyne committed Oct 13, 2021
1 parent 4e82953 commit fae8a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@
"target": "deb",
"arch": [
"x64",
"amr64"
"arm64"
]
},
{
"target": "AppImage",
"arch": [
"x64",
"amr64"
"arm64"
]
}
],
Expand Down

0 comments on commit fae8a0d

Please sign in to comment.