feat(Linux): Automatically build a Flatpak bundle (#125)

Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
This commit is contained in:
Louis-Maxence Garret 2024-11-13 17:52:26 +01:00 committed by GitHub
parent 0ec2d10ce8
commit 523476bd08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 292 additions and 6 deletions

View file

@ -109,6 +109,7 @@ static void my_application_init(MyApplication *self) {}
MyApplication *my_application_new()
{
g_set_prgname(APPLICATION_ID);
return MY_APPLICATION(g_object_new(my_application_get_type(),
"application-id", APPLICATION_ID,
"flags", G_APPLICATION_NON_UNIQUE,