I create Flatpak for Codelite. Need feedback and review

Hello,

I just package Codelite as Flatpak.
My repo.

I need some help refining permission, as I don’t know what is important or not.

I recently ask Codelite dev of what they think but no reply yet.

It can be build and run with instruction below.
Install flatpak-builder
sudo apt install flatpak-builder

Build
flatpak-builder --install --user build org.codelite.Codelite.yaml --force-clean

Run
flatpak run org.codelite.Codelite
What do you think?

Thanks for the help.

1 Like

You should submit it to flathub:

2 Likes