ArtemSBulgakov / buildozer-action

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

Multiple commands unimplemented #4

Closed xloem closed 3 years ago

xloem commented 3 years ago

the README expresses that many commands can be chained together; this appears to be unimplemented so far

ArtemSBulgakov commented 3 years ago

Hi. Thank you for issue and pull request. I have found a way that also will support using quotes with spaces (python3 some_script.py "Some long string"). I will make new version with my changes soon.