Skip to content

Commit

Permalink
streamdeck-ui: set mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir authored and bjornfor committed Sep 22, 2023
1 parent e025e61 commit e35dcc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/streamdeck-ui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit e35dcc0

Please sign in to comment.