fix: remove AppImage and arm64 builds, keep only deb/rpm x64
This commit is contained in:
@@ -32,17 +32,13 @@
|
||||
],
|
||||
"linux": {
|
||||
"target": [
|
||||
{
|
||||
"target": "AppImage",
|
||||
"arch": ["x64", "arm64"]
|
||||
},
|
||||
{
|
||||
"target": "deb",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": ["x64"]
|
||||
},
|
||||
{
|
||||
"target": "rpm",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": ["x64"]
|
||||
}
|
||||
],
|
||||
"category": "Network;InstantMessaging",
|
||||
@@ -59,9 +55,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"appImage": {
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||
},
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libnotify4",
|
||||
|
||||
Reference in New Issue
Block a user