Browse Source

update application id

CPP-GTK4
yggverse 3 months ago
parent
commit
3d09fc5265
  1. 4
      src/main.cpp

4
src/main.cpp

@ -1,11 +1,13 @@ @@ -1,11 +1,13 @@
#include "main.h"
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
int main(
int argc,
char* argv[]
) {
auto app = Gtk::Application::create(
"YGGverse.Yoda"
APPLICATION_ID
);
return app->make_window_and_run<app::Browser>(

Loading…
Cancel
Save