titaniumsdk: Bump to version 3.2.3

This commit is contained in:
Sander van der Burg
2014-07-15 16:05:25 +02:00
parent 7dce55d0fd
commit bce5f2cf56
4 changed files with 9 additions and 10 deletions
@@ -50,7 +50,7 @@ stdenv.mkDerivation {
${if release then
''titanium build --config-file $TMPDIR/config.json --no-colors --force --platform android --target dist-playstore --keystore ${androidKeyStore} --alias ${androidKeyAlias} --password ${androidKeyStorePassword} --output-dir $out''
else
''titanium build --config-file $TMPDIR/config.json --no-colors --force --platform android --target emulator --build-only --output $out''}
''titanium build --config-file $TMPDIR/config.json --no-colors --force --platform android --target emulator --build-only -B foo --output $out''}
''
else if target == "iphone" then
''