Enum member FireOptions.Exec

fireDesktopFile can start applications.

struct FireOptions
{
  // ...
  enum Exec = 1;
  // ...
}