Improve the bundle produced by the flatpak job
We now have a flatpak job that produces a bundle that can be downloaded and test. However there are currently still important bits missing:
-
the bundle uses the same ID/branch as the nightly build, so it can conflict or interfere with the installation
-
if Polari is already running in the session, the bundle has to be launched manually with --test-instance to work
Address both of those issues by producing builds that will always set the --test-instance
flag, and publish the result as org.gnome.Polari//snapshot to not conflict with nightly flatpaks.
Also make development snapshots easily recognizable by using a distinct headerbar style.
Fixes #61 (closed)
Edited by Florian Müllner