Unverified Commit 72176165 authored by 45 IQ's avatar 45 IQ Committed by GitHub
Browse files

lycheeslicer: fix desktop file Exec path

The .desktop file used Exec=lychee, but the actual binary is named
lycheeslicer. This prevented launching the application from the desktop
environment. Change to the correct executable name.
parent 414771bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ let
    comment = "All-in-one 3D slicer for Resin and Filament";
    desktopName = "LycheeSlicer";
    noDisplay = false;
    exec = "lychee";
    exec = "lycheeslicer";
    terminal = false;
    mimeTypes = [ "model/stl" ];
    categories = [ "Graphics" ];