copy synmacph only on mavericks. fixed warning on 10.6
This commit is contained in:
parent
6df7ba2fc4
commit
2666bf7cf3
|
@ -780,6 +780,7 @@ class InternalCommands:
|
||||||
shutil.copy(targetDir + "/synergys", bundleBinDir)
|
shutil.copy(targetDir + "/synergys", bundleBinDir)
|
||||||
shutil.copy(targetDir + "/syntool", bundleBinDir)
|
shutil.copy(targetDir + "/syntool", bundleBinDir)
|
||||||
|
|
||||||
|
if self.macSdk == "10.9":
|
||||||
launchServicesDir = dir + "/Synergy.app/Contents/Library/LaunchServices/"
|
launchServicesDir = dir + "/Synergy.app/Contents/Library/LaunchServices/"
|
||||||
if not os.path.exists(launchServicesDir):
|
if not os.path.exists(launchServicesDir):
|
||||||
os.makedirs(launchServicesDir)
|
os.makedirs(launchServicesDir)
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <QtCore>
|
#include <AvailabilityInternal.h>
|
||||||
|
|
||||||
// HACK: ideally this file should not be included in project,
|
// HACK: ideally this file should not be included in project,
|
||||||
// if it is below marvericks, but it seems that .pro can't
|
// if it is below marvericks, but it seems that .pro can't
|
||||||
|
|
Loading…
Reference in New Issue