Merge pull request #231 from dvenkatsagar/space_in_app_path
Fixed Space in app path issue. Fixes #13
This commit is contained in:
commit
60ec904f60
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,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