fix keka again. Closes #427

This commit is contained in:
Mathieu Virbel 2017-05-12 17:03:28 +02:00
parent 3d4791df7e
commit f02b1d4a73

View file

@ -69,7 +69,7 @@ class TargetOSX(Target):
self.buildozer.info(
'Downloading Keka as dependency (to install Kivy)')
check_call(
('curl', '-O', 'https://github.com/aonez/Keka/releases/download/v1.0.8/Keka-1.0.8.dmg'),
('curl', '-O', 'http://www.kekaosx.com/release/Keka-1.0.8.dmg'),
cwd=cwd)
check_call(('hdiutil', 'attach', 'Keka-1.0.8.dmg'), cwd=cwd)
check_call(('cp', '-a','/Volumes/Keka/Keka.app', './Keka.app'), cwd=cwd)