renamed dist dir to synergy (dmg takes name of this dir)
This commit is contained in:
parent
26aafeebae
commit
e8239d6297
|
@ -638,7 +638,7 @@ class InternalCommands:
|
|||
|
||||
def distMac(self):
|
||||
dir = self.getGenerator().binDir
|
||||
dist = dir + "/dist"
|
||||
dist = dir + "/Synergy"
|
||||
|
||||
# ensure dist dir is clean
|
||||
if os.path.exists(dist):
|
||||
|
|
Loading…
Reference in New Issue