neothesia: install icon

This commit is contained in:
Naxdy 2024-07-10 09:48:53 +02:00
parent 3c04671643
commit a5c328c168
No known key found for this signature in database
GPG Key ID: CC15075846BCE91B

View File

@ -51,6 +51,7 @@ rustPlatform.buildRustPackage {
postInstall = ''
wrapProgram $out/bin/neothesia --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ wayland libxkbcommon vulkan-loader xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrender ]}"
install -Dm 644 flatpak/com.github.polymeilex.neothesia.desktop $out/share/applications/com.github.polymeilex.neothesia.desktop
install -Dm 644 flatpak/com.github.polymeilex.neothesia.png $out/share/icons/hicolor/256x256/apps/com.github.polymeilex.neothesia.png
'';
env = {