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

authored by Peder Bergebakken Sundt and committed by GitHub fc8835d4 a05a1db2

+2 -2
+2 -2
pkgs/applications/graphics/unigine-superposition/default.nix
··· 87 87 88 88 desktopItem = makeDesktopItem { 89 89 name = "Superposition"; 90 - exec = "superposition"; 90 + exec = "unigine-superposition"; 91 91 genericName = "A GPU Stress test tool from the UNIGINE"; 92 92 icon = "Superposition"; 93 93 desktopName = "Superposition Benchmark"; ··· 145 145 license = lib.licenses.unfree; 146 146 maintainers = [ lib.maintainers.BarinovMaxim ]; 147 147 platforms = [ "x86_64-linux" ]; 148 - mainProgram = "Superposition"; 148 + mainProgram = "unigine-superposition"; 149 149 }; 150 150 }