Skip to content

Commit

Permalink
Update osx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora authored Jan 30, 2024
1 parent 079101d commit f964007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/targets/osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def ensure_sdk(self):
self.logger.info('kivy-sdk-packager does not exist, clone it')
platdir = self.buildozer.platform_dir
buildops.download(
'https://github.com/kivy/kivy-sdk-packager/archive/master.zip',
'https://github.com/kivy/kivy-sdk-packager/archive/',
'master.zip',
cwd=platdir)
buildops.file_extract(
Expand Down

0 comments on commit f964007

Please sign in to comment.