[android] Fixed gradle outputs path
This commit is contained in:
parent
ad0bfc8b83
commit
0380227b0a
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ cat countries_to_generate.txt | while read country; do
|
|||
"-PGWMappName=GuideWithMe $TITLE" clean assembleRelease
|
||||
popd
|
||||
|
||||
cp ../../android/build/apk/*release.apk Countries/$country/
|
||||
cp ../../android/build/outputs/apk/*release.apk Countries/$country/
|
||||
done
|
||||
|
|
Reference in a new issue