Add deb linux build

This commit is contained in:
2025-12-18 05:48:28 +01:00
parent b5658ce37f
commit 5835b2db8e

View File

@@ -37,8 +37,12 @@
"compression": "maximum",
"target": [
"AppImage",
"flatpak"
"flatpak",
"deb"
],
"category": "utility"
},
"deb": {
"compression": "xz"
}
}