Skip to content

Commit

Permalink
cataclysm-dda-git: fix desktop launcher installation (#44364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnacamura authored and xeji committed Aug 2, 2018
1 parent 81e6507 commit c77e4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/cataclysm-dda/common.nix
Expand Up @@ -74,7 +74,7 @@ let

installXDGAppLauncher = ''
launcher="$out/share/applications/cataclysm-dda.desktop"
install -D -m 444 data/xdg/com.cataclysmdda.cataclysm-dda.desktop -T "$launcher"
install -D -m 444 data/xdg/*cataclysm-dda.desktop -T "$launcher"
sed -i "$launcher" -e "s,\(Exec=\)\(cataclysm-tiles\),\1$out/bin/\2,"
install -D -m 444 data/xdg/cataclysm-dda.svg -t $out/share/icons/hicolor/scalable/apps
'';
Expand Down

0 comments on commit c77e4de

Please sign in to comment.