define app id in header

This commit is contained in:
yggverse 2024-08-08 14:06:34 +03:00
parent 3d09fc5265
commit 1d07bbd75e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#include "main.h"
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
int main(
int argc,
char* argv[]

View File

@ -2,6 +2,8 @@
#include "app/browser.h"
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
int main(
int argc,
char* argv[]