Run Project button not running project when Build Environment Runtime is Host Operating System

Hello. I am building a project with Gnome Builder that originally was being built as a Flatpak but I’ve since realised I’ll need to package and distribute it a different way.

I found I can build it by changing to the Default configuration. And then under Build Environment > Runtime, selecting Host Operating System. I can then run the project by opening a terminal and running ~/Projects/.gnome-builder/projects/fickle-foss/install/host/bin/fickle-foss

Ideally, I could run it from within Gnome Builder using the Run Project button but that doesn’t seem to work in this non-Flatpak configuration. Do you have any tips for what I could do to get the button working?

I tried changing the run-command entry (under [default]) to bin/fickle-foss in .buildconfig but it had no effect.

The solution was to set run-command to fickle-foss (no bin/) in .buildconfig . I had to restart Builder for the change to take effect.