vixalien / sticky

A simple sticky notes app for GNOME
https://flathub.org/apps/details/com.vixalien.sticky
MIT License
173 stars 27 forks source link

appdata: Update appdata #110

Closed ghost closed 6 months ago

ghost commented 6 months ago
vixalien commented 6 months ago

Thanks as always Sabri! I really appreacite your work!

ghost commented 6 months ago

I tested using flatpak json file, adding the "run-tests" : true, string after the following lines.

before

"name": "sticky-notes",
"buildsystem": "meson",

after

"name": "sticky-notes",
"buildsystem": "meson",
"run-tests" : true,

result

[1/2] Running all tests.
1/3 Validate desktop file          OK              0.02s
2/3 Validate schema file           OK              0.01s
3/3 Validate appstream file        OK              0.02s
vixalien commented 6 months ago

Ah, I will need to add run-tests then..

ghost commented 6 months ago

Not exacly. It usefull for the devel json

vixalien commented 6 months ago

Yes, I meant I need to add it to the devel flatpak manifest