ci(flatpak): add flatpak builder lint (#2799)

This commit is contained in:
ReenigneArcher 2024-07-07 10:19:11 -04:00 committed by GitHub
commit 37b60fb2c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 235 additions and 52 deletions

View file

@ -0,0 +1,11 @@
{
"env": {
"PATH": "$(PATH):$(HOME)/.local/bin"
},
"apps": [
{
"name": "Desktop",
"image-path": "desktop.png"
}
]
}