Now launch at login can be configured through the config file.
The config file is located at:
~/.config/istherenet/config.jsonThe config now supports a new key launchAtLogin which
can be set to true or false:
{
...
"launchAtLogin": false, // default is true
...
}Fix build for Intel Macs.