ci(flatpak): add flatpak builder lint (#2799)
This commit is contained in:
parent
acccacf861
commit
37b60fb2c1
18 changed files with 235 additions and 52 deletions
11
packaging/linux/flatpak/apps.json
Normal file
11
packaging/linux/flatpak/apps.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"env": {
|
||||
"PATH": "$(PATH):$(HOME)/.local/bin"
|
||||
},
|
||||
"apps": [
|
||||
{
|
||||
"name": "Desktop",
|
||||
"image-path": "desktop.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue