rename desktop file

This commit is contained in:
Henry Hiles 2026-03-26 12:09:20 -04:00
commit 8b7f88cc0b
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@ flutter.buildFlutterApplication {
postInstall = ''
install -D assets/icon.svg $out/share/icons/hicolor/scalable/apps/nexus.svg
install -Dm755 linux/nexus.desktop -t $out/share/applications
install -Dm755 linux/nexus.federated.Nexus.desktop -t $out/share/applications
wrapProgram $out/bin/nexus \
--suffix LD_LIBRARY_PATH : $out/app/nexus/lib
'';