summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-03 00:50:55 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:10 +0200
commit93a9fca4758ab3387b81384310f0afbf082a6494 (patch)
treee525694c07a3f675b827c5b48fe3fb8650a226c9 /src/main.cpp
parentFix username label eliding loop (diff)
downloadnheko-93a9fca4758ab3387b81384310f0afbf082a6494.tar.xz
Try to fix flatpak build and change appid
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1a7843db..951d53f0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -254,7 +254,7 @@ main(int argc, char *argv[])
     app.setWindowIcon(QIcon::fromTheme(QStringLiteral("nheko"), QIcon{":/logos/nheko.png"}));
 #endif
 #ifdef NHEKO_FLATPAK
-    app.setDesktopFileName(QStringLiteral("io.github.NhekoReborn.Nheko"));
+    app.setDesktopFileName(QStringLiteral("im.nheko.Nheko"));
 #else
     app.setDesktopFileName(QStringLiteral("nheko"));
 #endif