Removed remnants of synmacph tool #4398

This commit is contained in:
Nick Bolton 2015-03-02 17:50:42 +00:00
parent 3f3d452821
commit 5767790e1e
6 changed files with 1 additions and 225 deletions

View file

@ -788,12 +788,6 @@ class InternalCommands:
shutil.copy(targetDir + "/synergys", bundleBinDir)
shutil.copy(targetDir + "/syntool", bundleBinDir)
if self.macSdk == "10.9":
launchServicesDir = dir + "/Synergy.app/Contents/Library/LaunchServices/"
if not os.path.exists(launchServicesDir):
os.makedirs(launchServicesDir)
shutil.copy(targetDir + "/synmacph", launchServicesDir)
if self.enableMakeGui:
self.loadConfig()