srb2: add startupWMClass to desktop item

Fixes an issue where the srb2 icon wasn't being used after launching
the application.
This commit is contained in:
Donovan Glover 2024-03-15 02:12:49 -04:00
parent f188bff3fd
commit d7f3410393
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
desktopName = name;
genericName = name;
categories = [ "Game" ];
startupWMClass = ".srb2-wrapped";
})
];