flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

Tool to build flatpaks from source

Results 197 flatpak-builder issues
Sort by recently updated
recently updated
newest added

I am getting this error when trying to unpack zip archive using flatpak-builder: `Error: module tremulous-data: Error moving file /home/asciiwolf/Code/com.grangerhub.Tremulous/.flatpak-builder/build/tremulous-data-3/.uncompressLT904Y/gpp_11/vm: File exists` For more information see [this PR](https://github.com/flathub/flathub/pull/79).

Export to `share/metainfo` rather than `share/appdata` as discussed in https://github.com/flatpak/flatpak-builder/issues/252 and https://github.com/flatpak/flatpak/pull/4600 Fixes #252

Once https://github.com/flatpak/flatpak/pull/4170 is merged, this patch will allow `flatpak-builder` to be used with ED25519 keys.

This requires `dpkg-deb` utility (part of dpkg) on host. While we could use `ar p | tar x` instead, using dpkg itself for this task is easier and surely more...

This allows you to specify alternative builds in one manifest file. You specify the alternative on the commandline like: flatpak-builder --alt=NAME ... And this then builds the manifest like normally,...

This is just a heuristic but it seems to be usually correct.

If I use e.g. https://www.freefilesync.org/download/FreeFileSync_9.5_Source.zip as a source, there's no top level directory. However, flatpak-builders pick one and extracts only files below that, and throws away the rest. The compilation...