flameshot: provide meta.mainProgram

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