diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index 8e208f3..21f8ee9 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -63,6 +63,7 @@ int main(int argc, char *argv[]) about.setBugAddress(QByteArrayLiteral("https://lists.sr.ht/~redstrate/public-inbox")); about.setComponentName(QStringLiteral("astra")); about.setProgramLogo(QStringLiteral("zone.xiv.astra")); + about.setOrganizationDomain(QByteArrayLiteral("xiv.zone")); KAboutData::setApplicationData(about);