Merge pull request #66899 from lightbulbjim/riot-icon

riot-desktop: rename .desktop file to match app_id
This commit is contained in:
worldofpeace 2019-08-19 11:56:36 -04:00 committed by GitHub
commit 893b7b5adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ in mkYarnPackage rec {
# * category and StartupWMClass from the build.linux section of # * category and StartupWMClass from the build.linux section of
# https://github.com/vector-im/riot-web/blob/develop/package.json # https://github.com/vector-im/riot-web/blob/develop/package.json
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
inherit name; name = "riot";
exec = executableName; exec = executableName;
icon = "riot"; icon = "riot";
desktopName = "Riot"; desktopName = "Riot";