Browse Source

update application id

CPP-GTK4
yggverse 2 months ago
parent
commit
15437c76d5
  1. 2
      src/app.cpp

2
src/app.cpp

@ -15,7 +15,7 @@ int main( @@ -15,7 +15,7 @@ int main(
// Init application
auto app = Gtk::Application::create(
"io.github.yggverse.Yoda"
"io.github.yggverse.Yoda.app"
);
// Launch browser component

Loading…
Cancel
Save