buildozer has no attribute build_dir
Before builddir resulted in an Errormessage. Now it works
This commit is contained in:
parent
2a3fe470d2
commit
e07728f7f0
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…
Add table
Reference in a new issue