aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-30 05:22:42 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-30 05:22:42 +0200
commitade81387b2ef19b2ca31bfb62af93807d0224e70 (patch)
treee804a817b710c846b2039804246639a56ec308b4 /src
parent6583187411e3b777f448176ee9f89a7aff4a0eec (diff)
Remove .git from app id
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8791398..744bbe2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1692,7 +1692,7 @@ static void activate(GtkApplication *app, gpointer userdata) {
int main(int argc, char **argv) {
setlocale(LC_ALL, "C");
- GtkApplication *app = gtk_application_new("com.dec05eba.git.gpu_screen_recorder", G_APPLICATION_FLAGS_NONE);
+ GtkApplication *app = gtk_application_new("com.dec05eba.gpu_screen_recorder", G_APPLICATION_FLAGS_NONE);
g_signal_connect(app, "activate", G_CALLBACK(activate), nullptr);
int status = g_application_run(G_APPLICATION(app), argc, argv);
g_object_unref(app);