Unverified Commit fc8835d4 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

unigine-superposition: Set mainProgram to unigine-superposition (#419627)

parents a05a1db2 3508836c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ let

  desktopItem = makeDesktopItem {
    name = "Superposition";
    exec = "superposition";
    exec = "unigine-superposition";
    genericName = "A GPU Stress test tool from the UNIGINE";
    icon = "Superposition";
    desktopName = "Superposition Benchmark";
@@ -145,6 +145,6 @@ buildFHSEnv {
    license = lib.licenses.unfree;
    maintainers = [ lib.maintainers.BarinovMaxim ];
    platforms = [ "x86_64-linux" ];
    mainProgram = "Superposition";
    mainProgram = "unigine-superposition";
  };
}