mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
update application id
This commit is contained in:
parent
16dc8d23e0
commit
3d09fc5265
@ -1,11 +1,13 @@
|
|||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
|
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
|
||||||
|
|
||||||
int main(
|
int main(
|
||||||
int argc,
|
int argc,
|
||||||
char* argv[]
|
char* argv[]
|
||||||
) {
|
) {
|
||||||
auto app = Gtk::Application::create(
|
auto app = Gtk::Application::create(
|
||||||
"YGGverse.Yoda"
|
APPLICATION_ID
|
||||||
);
|
);
|
||||||
|
|
||||||
return app->make_window_and_run<app::Browser>(
|
return app->make_window_and_run<app::Browser>(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user