fix: add proper app icon fallback
This commit is contained in:
parent
984a840a8d
commit
dba7ff6c97
5 changed files with 10 additions and 3 deletions
|
|
@ -55,6 +55,9 @@ in stdenv.mkDerivation {
|
|||
|
||||
cp -R . $out/share/${pname}
|
||||
|
||||
mkdir -p $out/share/icons/hicolor/512x512/apps/
|
||||
cp assets/icon-missing.png $out/share/icons/hicolor/512x512/apps/
|
||||
|
||||
makeWrapper ${quickshell}/bin/qs $out/bin/${pname} \
|
||||
--prefix PATH : "${lib.makeBinPath runtimeDeps}" \
|
||||
--set FONTCONFIG_FILE "${fontconfig}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue