#5467 Fix Bonjour download URL

This commit is contained in:
Andrew Nelless 2017-05-02 16:46:12 +01:00
parent fe117db525
commit b5c24ec449
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
#if defined(Q_OS_WIN)
static const char synergyConfigName[] = "synergy.sgc";
static const QString synergyConfigFilter(QObject::tr("Synergy Configurations (*.sgc);;All files (*.*)"));
static QString bonjourBaseUrl = "http://symless.com/bonjour/";
static QString bonjourBaseUrl = "http://binaries.symless.com/bonjour/";
static const char bonjourFilename32[] = "Bonjour.msi";
static const char bonjourFilename64[] = "Bonjour64.msi";
static const char bonjourTargetFilename[] = "Bonjour.msi";