#5467 Fix Bonjour download URL
This commit is contained in:
parent
fe117db525
commit
b5c24ec449
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue