<div dir="ltr">Hello,<br><br>I am trying to set up (for my own needs) a flatpack repository. Thanks to the project documentation and description of the flat-manager, I was able to get everything up and running. I am able to build a package, commit and publish it. After adding my own repository as a remote repository on the client machine and executing the command:<br><br>$ flatpack remote-ls | grep my-repo<br><br>I get the result (I use the sample application from the description on Alexander Larsson blog):<br><br>App             com.example.App         stable  x86_64  my-repo app/com.example.App/x86_64/stable       8dd62fc37b01    org.freedesktop.Platform/x86_64/21.08   1,0 kB 202 bytes<br><br>but when I asking for app in flathub:<br><br>$ flatpak remote-ls -d | grep digikam<br>digiKam    Photo management        org.kde.digikam 7.1.0   stable  x86_64  flathub app/org.kde.digikam/x86_64/stable       3c6b22716fd8    org.kde.Platform/x86_64/5.15    350,7 MB       143,8 MB<br><br>The difference is in displaying the: version field. The package I have built does not have the "version" field. This is my question: at what point the building/commiting/publishing process im able to add this field. I'm new to ostree (I understand the analogies with the git repository and commit storing). <br><br>I tried:<br><br>* adding metadata field "version" with command: ostree summary --repo=repo -u -m version = "'0.0.1'" before pushing to remote repository<br>* adding information about the release in the appdata.xml file<br>* searched the file <a href="https://github.com/flathub/org.kde.digikam/blob/master/org.kde.digikam.json">https://github.com/flathub/org.kde.digikam/blob/master/org.kde.digikam.json</a> for any clues<br><br>Nothing works. <br><br>Thanks in advance for your help.<div>---</div><div>Wojciech F</div><div>.<br><br></div></div>