mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 22:55:53 +08:00
renamed dist dir to synergy (dmg takes name of this dir)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user