desktop: enable arm64 builds

This commit is contained in:
Abdullah Atta
2023-03-21 08:28:50 +05:00
committed by Abdullah Atta
parent e405468471
commit f7d06d3b82

View File

@@ -101,8 +101,20 @@
},
"win": {
"target": [
"nsis",
"portable"
{
"target": "nsis",
"arch": [
"x64",
"arm64"
]
},
{
"target": "portable",
"arch": [
"x64",
"arm64"
]
}
],
"icon": "assets/icons/app.ico"
},
@@ -115,10 +127,20 @@
},
"linux": {
"target": [
"AppImage",
"deb",
"rpm",
"snap"
{
"target": "AppImage",
"arch": [
"x64",
"arm64"
]
},
{
"target": "snap",
"arch": [
"x64",
"arm64"
]
}
],
"category": "Office",
"icon": "assets/icons/app.icns",