LycheeSlicer: Fix mainProgram and naming

This commit is contained in:
ZachDavies 2025-08-10 13:55:44 +02:00
parent c6bc3b9679
commit 2b09593b79

View File

@ -18,7 +18,7 @@ let
name = "Lychee Slicer";
genericName = "Resin Slicer";
comment = "All-in-one 3D slicer for Resin and Filament";
desktopName = "Lychee";
desktopName = "LycheeSlicer";
noDisplay = false;
exec = "lychee";
terminal = false;
@ -39,7 +39,7 @@ appimageTools.wrapType2 {
install -Dm444 -t $out/share/applications ${desktopItem}/share/applications/*
'';
extraLibraries = [
extraPkgs = _: [
xorg.libxshmfence
];
@ -52,6 +52,6 @@ appimageTools.wrapType2 {
ZachDavies
];
platforms = [ "x86_64-linux" ];
mainProgram = "lychee";
mainProgram = "LycheeSlicer";
};
}