diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-03 00:50:55 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:10 +0200 |
commit | 93a9fca4758ab3387b81384310f0afbf082a6494 (patch) | |
tree | e525694c07a3f675b827c5b48fe3fb8650a226c9 /src/main.cpp | |
parent | Fix username label eliding loop (diff) | |
download | nheko-93a9fca4758ab3387b81384310f0afbf082a6494.tar.xz |
Try to fix flatpak build and change appid
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
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 |