Commit eca59564 authored by John Garcia's avatar John Garcia
Browse files

unigine-superposition: fix exec case in desktopItem

parent e067934d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ let

  desktopItem = makeDesktopItem {
    name = "Superposition";
    exec = "Superposition";
    exec = "superposition";
    genericName = "A GPU Stress test tool from the UNIGINE";
    icon = "Superposition";
    desktopName = "Superposition Benchmark";