Skip to content

Commit

Permalink
Fox Download urls 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 2c4c7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -48,7 +48,7 @@ def download_kivy(self, cwd):
self.logger.info('Downloading kivy...')
try:
buildops.download(
f'https://kivy.org/downloads/{current_kivy_vers}/Kivy.dmg',
f'https://kivy.org/downloads/{current_kivy_vers}/',
'Kivy.dmg',
cwd=cwd
)
Expand Down

0 comments on commit 2c4c7e2

Please sign in to comment.