titaniumsdk: Fix issue with APK with spaces in them

This commit is contained in:
Sander van der Burg 2014-02-21 16:20:27 +01:00
parent 68a5b5e5fb
commit fc4e653167

View file

@ -126,7 +126,7 @@ stdenv.mkDerivation {
${if target == "android" && release then ""
else
if target == "android" then
''cp $(ls build/android/bin/*.apk | grep -v '\-unsigned.apk') $out''
''cp "$(ls build/android/bin/*.apk | grep -v '\-unsigned.apk')" $out''
else if target == "iphone" && release then
''
cp -av build/iphone/build/* $out