Trying To Create Linux Flatpak - I Get A *.PCK File, But No Linux Executable?

Godot Version

v4.5.1.stable.official [f62fdbde1]

Question

Hi,

Trying to make the necessary files for a team member to create a Linux Flatpak.
Lost on the step:

  • Ensure “Embed PCK” is disabled in the export options. This will generate a separate .pck file alongside the executable.
  • Export your project to a chosen location, which will produce an executable and a .pck file (e.g., game.pck).

I get the *.PCK file, but I do not get the Linux executable?
Any ideas about the above?

Thank you!

SS

NOTE #1: I am on Manjaro Linux(Arch Linux based distro)

Are you exporting the project or just PCK/ZIP?

Sorry,

I figured it out:

  • Embed PCK OFF
  • Export project

Will get two files:

  • x86_64 (executable)
  • pck (resources)

Thanks!