diff --git a/src/main.cpp b/src/main.cpp index 7f2df1f2..1bcc01a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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(