Fixed Mac package platform variable name #4708

This commit is contained in:
Nick Bolton 2015-05-25 19:54:34 +01:00
parent 590d0482b3
commit 3563217c7b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ static const char kBaseUrl[] = "http://synergy-project.org/files";
static const char kDefaultVersion[] = "1.1";
static const char kWinPackagePlatform32[] = "Windows-x86";
static const char kWinPackagePlatform64[] = "Windows-x64";
static const char kMacPackagePlatform32[] = "MacOSX%1-i386";
static const char kMacPackagePlatform[] = "MacOSX%1-i386";
static const char kLinuxPackagePlatformDeb32[] = "Linux-i686-deb";
static const char kLinuxPackagePlatformDeb64[] = "Linux-x86_64-deb";
static const char kLinuxPackagePlatformRpm32[] = "Linux-i686-rpm";