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:
parent
279dbfe69c
commit
fc6ca06278
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue