feature: AppImage release build (#245)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-02-28 13:04:12 +01:00 committed by GitHub
parent 7fbad0b0ce
commit cfcedbcc42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 98 additions and 13 deletions

12
.vscode/tasks.json vendored
View file

@ -102,6 +102,18 @@
// "runOptions": {
// "runOn": "folderOpen"
// }
},
{
"label": "Build AppImage",
"type": "shell",
"command": "/usr/local/bin/appimage-builder",
"args": [
"--recipe",
"AppImageBuilder.yml"
],
"group": {
"kind": "build",
}
}
],
}