Skip to content

Commit

Permalink
Build arm64 Linux packages (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
FieryFlames committed Oct 22, 2023
1 parent 43ca479 commit e6cc11f
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,34 @@
"category": "Network",
"maintainer": "vendicated+vesktop@riseup.net",
"target": [
"deb",
"tar.gz",
"rpm",
"AppImage"
{
"target": "deb",
"arch": [
"x64",
"arm64"
]
},
{
"target": "tar.gz",
"arch": [
"x64",
"arm64"
]
},
{
"target": "rpm",
"arch": [
"x64",
"arm64"
]
},
{
"target": "AppImage",
"arch": [
"x64",
"arm64"
]
}
],
"desktop": {
"Name": "Vesktop",
Expand Down

0 comments on commit e6cc11f

Please sign in to comment.