chore: Update Linux build files

This commit is contained in:
Christian Pauly 2021-06-06 10:32:01 +02:00
commit c5220ba4dc
3 changed files with 11 additions and 4 deletions

View file

@ -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));
}