You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you wish to follow the standard, there are three essential files that you'll have to create:
com.aurailus.Myxter.desktop
com.aurailus.Myxter.metainfo.xml
com.aurailus.Myxter.svg
These three files make the core of the App Stream standard, and it's easy to pillock all the things you need from different projects. You could just place them in ./dist/ and use a build-system to place them in their respective target directories.
If you want, I can help you with those, so let me know.
The text was updated successfully, but these errors were encountered:
Following #12, I think that it's also good to think about some meta-data that can help you forward.
First, you'll have to ask yourself if you want to follow the App Stream standard:
https://www.freedesktop.org/software/appstream/docs/
Don't read it all in one go, it's dry stuff
Praxis
If you wish to follow the standard, there are three essential files that you'll have to create:
These three files make the core of the App Stream standard, and it's easy to pillock all the things you need from different projects. You could just place them in
./dist/
and use a build-system to place them in their respective target directories.If you want, I can help you with those, so let me know.
The text was updated successfully, but these errors were encountered: