chore: Update Linux build files
This commit is contained in:
parent
1701384350
commit
c5220ba4dc
3 changed files with 11 additions and 4 deletions
|
|
@ -100,5 +100,6 @@ static void my_application_init(MyApplication* self) {}
|
|||
MyApplication* my_application_new() {
|
||||
return MY_APPLICATION(g_object_new(my_application_get_type(),
|
||||
"application-id", APPLICATION_ID,
|
||||
"flags", G_APPLICATION_NON_UNIQUE,
|
||||
nullptr));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue