Fixes app path issue which lead to build fails. Fixes #13

* The build fails when there is a space in the Application path.
* This small fix resolves that issue.
This commit is contained in:
Sagar DV 2015-09-10 09:54:10 -04:00
parent 279dbfe69c
commit fc6ca06278

View file

@ -548,7 +548,7 @@ class TargetAndroid(Target):
'{python} build.py --name {name}'
' --version {version}'
' --package {package}'
' --{storage_type} {appdir}'
' --{storage_type} "{appdir}"'
' --sdk {androidsdk}'
' --minsdk {androidminsdk}').format(
python=executable,