Unverified Commit 54f14be7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

lycheeslicer: fix desktop file Exec path (#492563)

parents a9b58eb2 72176165
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" ];