Commit e35dcc04 authored by Majiir Paktu's avatar Majiir Paktu Committed by Bjørn Forsman
Browse files

streamdeck-ui: set mainProgram

parent e025e615
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ python3Packages.buildPythonApplication rec {
    description = "Linux compatible UI for the Elgato Stream Deck";
    homepage = "https://streamdeck-linux-gui.github.io/streamdeck-linux-gui/";
    license = licenses.mit;
    mainProgram = "streamdeck";
    maintainers = with maintainers; [ majiir ];
  };
}