kivy-garden / garden

The kivy garden installation script, split into its own package for convenient use in buildozer.
MIT License
39 stars 18 forks source link

garden.bat is missing "" to take into account blanks in folder names #9

Closed sdementen closed 8 years ago

sdementen commented 9 years ago

quotes should be added in garden.bat to be

python.exe "%~dp0garden" %*

instead of

python.exe %~dp0garden %*
KeyWeeUsr commented 8 years ago

Fixed with #20 Hehe, didn't even see this issue.

matham commented 8 years ago

Fixed by https://github.com/kivy-garden/garden/pull/20.

jxoesneon commented 5 years ago

I have this issue on the latest version from pip