Skip to content

Commit

Permalink
Fix a typo introduced during PR #1669
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Aug 27, 2023
1 parent 5165545 commit 7bca74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/targets/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def build_package(self):
cwd=build_dir)

self.logger.info('Moving IPA to bin...')
buildops.file_rename(ipa_tmp, ipa)
buildops.rename(ipa_tmp, ipa)

self.logger.info('iOS packaging done!')
self.logger.info('IPA {0} available in the bin directory'.format(
Expand Down

0 comments on commit 7bca74b

Please sign in to comment.