Merge pull request #351 from nilutz/master
buildozer has no attribute builddir
This commit is contained in:
commit
395999306b
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class TargetOSX(Target):
|
|||
self.buildozer.info('{}.dmg created'.format(package_name))
|
||||
self.buildozer.info('moving {}.dmg to bin.'.format(package_name))
|
||||
binpath = join(
|
||||
self.buildozer.builddir or
|
||||
self.buildozer.build_dir or
|
||||
dirname(abspath(self.buildozer.specfilename)), 'bin')
|
||||
check_output(
|
||||
('cp', '-a', package_name+'.dmg', binpath),
|
||||
|
|
Loading…
Reference in a new issue