Fix target

This commit is contained in:
WardPearce
2024-10-25 19:54:09 +13:00
parent ae18a30c26
commit 81c950209d
@@ -26,14 +26,34 @@
},
"win": {
"target": [
"nsis",
"portable",
"7z",
"zip"
],
"arch": [
"x64",
"arm64"
{
"target": "nsis",
"arch": [
"x64",
"arm64"
]
},
{
"target": "portable",
"arch": [
"x64",
"arm64"
]
},
{
"target": "7z",
"arch": [
"x64",
"arm64"
]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
]
}
]
},
"mac": {
@@ -42,16 +62,41 @@
},
"linux": {
"target": [
"deb",
"zip",
"7z",
"rpm",
"AppImage",
"zip"
],
"arch": [
"x64",
"arm64"
{
"target": "deb",
"arch": [
"x64",
"arm64"
]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
]
},
{
"target": "7z",
"arch": [
"x64",
"arm64"
]
},
{
"target": "rpm",
"arch": [
"x64",
"arm64"
]
},
{
"target": "AppImage",
"arch": [
"x64",
"arm64"
]
}
],
"category": "AudioVideo"
},