fix(release): stabilize packaged build validation

This commit is contained in:
NimBold
2026-06-30 21:04:46 +03:30
parent fcb7fc91f6
commit b6e82491f3
7 changed files with 76 additions and 30 deletions
+8 -1
View File
@@ -13,6 +13,13 @@
]
},
"bundle": {
"targets": ["appimage"]
"targets": ["appimage"],
"linux": {
"appimage": {
"files": {
"linux/Firelink.appdata.xml": "usr/share/metainfo/Firelink.appdata.xml"
}
}
}
}
}