mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
feat(Linux): Automatically build a Flatpak bundle (#125)
Co-authored-by: PartyDonut <42371342+PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
0ec2d10ce8
commit
523476bd08
10 changed files with 292 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue