Merge pull request #176005 from bbigras/chatterino2
chatterino2: add missing icon
This commit is contained in:
commit
76f559ba42
@ -15,6 +15,9 @@ mkDerivation rec {
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
mkdir -p "$out/Applications"
|
||||
mv bin/chatterino.app "$out/Applications/"
|
||||
'' + ''
|
||||
mkdir -p $out/share/icons/hicolor/256x256/apps
|
||||
cp $src/resources/icon.png $out/share/icons/hicolor/256x256/apps/chatterino.png
|
||||
'';
|
||||
meta = with lib; {
|
||||
description = "A chat client for Twitch chat";
|
||||
|
Loading…
Reference in New Issue
Block a user