build: add icon and desktop file

This commit is contained in:
outfoxxed 2025-07-10 21:57:10 -07:00
parent d7079b7524
commit 026aac3756
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 22 additions and 0 deletions

View file

@ -177,6 +177,7 @@ void qsCheckCrash(int argc, char** argv) {
);
auto app = QApplication(argc, argv);
QApplication::setDesktopFileName("org.quickshell");
auto crashDir = QsPaths::crashDir(info.instance.instanceId);