I have created a Flatpak app but I don't know how to specify icons and launcher information for my package.
The application has a desktop file but get this error message:
"Not exporting share/applications/myapp.desktop, wrong prefix"
The file is located in myapp/files/share/applications/myapp.desktop
Please help
Desktop file and icons should be stored in myapp/export
instead of myapp/files
.