From 831b5932b099e6769741d88c733a3c7a416893a3 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 22 Dec 2023 16:03:14 -0500 Subject: [PATCH] Set organization domain explicitly --- launcher/src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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);