Skip to content

Commit

Permalink
Update buildozer version. [build osx app]
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora committed Jun 14, 2024
1 parent a243670 commit 9351659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/osx_dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Make app bundle
run:
python3 tools/build/build_macosx.py
- uses: actions/upload-artifact@v2
with:
name: osx_dmg
path: ./build/bin/HelloWorld.dmg
- name: Delete Old Artifacts
uses: actions/github-script@v6
id: artifact
Expand All @@ -45,7 +49,3 @@ jobs:
artifact_id: id,
})
})
- uses: actions/upload-artifact@v2
with:
name: osx_dmg
path: ./build/bin/KivyHelloWorld.dmg
4 changes: 2 additions & 2 deletions tools/build/requirements_build_macosx.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

sh==2.0.4
setuptools==65.5.1
git+https://github.com/kivy/buildozer/commit/42612b63bea6c51705968f873ce5a1087c05f781
setuptools==68.2.2
git+https://github.com/kivy/buildozer.git@820a4480ec4c9bf8a95ba77ba7b3b85dfc2e0130

0 comments on commit 9351659

Please sign in to comment.