lunar-client: add mainProgram

This commit is contained in:
nat 2023-11-22 15:54:45 +01:00
parent c23d39e103
commit 90c7673764
No known key found for this signature in database

View File

@ -36,6 +36,7 @@ appimageTools.wrapType2 rec {
description = "Free Minecraft client with mods, cosmetics, and performance boost.";
homepage = "https://www.lunarclient.com/";
license = with licenses; [ unfree ];
mainProgram = "lunar-client";
maintainers = with maintainers; [ zyansheep Technical27 surfaceflinger ];
platforms = [ "x86_64-linux" ];
};