[cmake] changed app id from org.eden_emu.eden to dev.eden_emu.eden (#237)

it is better to match app id with website domain

Reviewed-on: #237
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: Guo Yunhe <i@guoyunhe.me>
Co-committed-by: Guo Yunhe <i@guoyunhe.me>
This commit is contained in:
Guo Yunhe 2025-08-31 04:56:23 +02:00 committed by crueter
parent 39e27bc954
commit 4b5a8e0621
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
9 changed files with 12 additions and 12 deletions

View file

@ -5757,7 +5757,7 @@ int main(int argc, char* argv[]) {
// Fix the Wayland appId. This needs to match the name of the .desktop file without the .desktop
// suffix.
QGuiApplication::setDesktopFileName(QStringLiteral("org.eden_emu.eden"));
QGuiApplication::setDesktopFileName(QStringLiteral("dev.eden_emu.eden"));
#endif
SetHighDPIAttributes();