mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
unigine-superposition: Set mainProgram to unigine-superposition (#419627)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user