mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
update application id
This commit is contained in:
parent
16dc8d23e0
commit
3d09fc5265
@ -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…
x
Reference in New Issue
Block a user