ArtemSBulgakov / buildozer-action

GitHub Action to build your Python application with Buildozer
MIT License
73 stars 71 forks source link

Added barebones support for multiple commands #5

Closed xloem closed 3 years ago

xloem commented 3 years ago

as described in readme, fixes #4

noting that neither before nor after this change did the code process quoted command arguments correctly. using the bash -c approach provided by the subprocess module might make it easier, given everything is running in a container anyway.

ArtemSBulgakov commented 3 years ago

Fixed by https://github.com/ArtemSBulgakov/buildozer-action/commit/abad880b7ef05e8e1c8fa92e78c1c68e87d9b1f1