Skip to content

Adapt flatpak manifest

Julian Hofer requested to merge Hofer-Julian/pika-backup:flatpak into main

I've tested the new flatpak-vscode extension (see here and here) on PikaBackup and it builds fine.

I've noticed two potentials for improvement though:

  1. It builds to ".flatpak" so it would be nice to have it in ".gitignore"
  2. Rename the devel manifest.

Context for 2: It is great that is now json, so I assume Builder works fine now. But it would be nice to also have a different appid for it. That allows users to have both the devel and the release version installed. I also propose to rename the filename the same way. For consistency, but also because the manifest feature I've implemented only works if there are three, four or five dots in the filename. Not nice, but vscode is quite limited in that way.

Merge request reports