Try to fix flatpak build and change appid

This commit is contained in:
Nicolas Werner 2023-06-03 00:50:55 +02:00
parent b1c2b384c6
commit 93a9fca475
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
6 changed files with 48 additions and 47 deletions

View file

@ -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