mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update application id
This commit is contained in:
parent
16dc8d23e0
commit
3d09fc5265
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue