Try to fix flatpak build and change appid
This commit is contained in:
parent
b1c2b384c6
commit
93a9fca475
6 changed files with 48 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue