flameshot: provide meta.mainProgram

+1
+1
pkgs/tools/misc/flameshot/default.nix
··· 39 meta = with lib; { 40 description = "Powerful yet simple to use screenshot software"; 41 homepage = "https://github.com/flameshot-org/flameshot"; 42 maintainers = with maintainers; [ scode oxalica ]; 43 license = licenses.gpl3Plus; 44 platforms = platforms.linux ++ platforms.darwin;
··· 39 meta = with lib; { 40 description = "Powerful yet simple to use screenshot software"; 41 homepage = "https://github.com/flameshot-org/flameshot"; 42 + mainProgram = "flameshot"; 43 maintainers = with maintainers; [ scode oxalica ]; 44 license = licenses.gpl3Plus; 45 platforms = platforms.linux ++ platforms.darwin;