Skip to content

Commit

Permalink
asdas
Browse files Browse the repository at this point in the history
  • Loading branch information
OwnageIsMagic committed May 14, 2016
1 parent 03c32d1 commit f574de7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions buildAPK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

# Move to jni
#mv ../Cataclysm-DDA/ ../jni
mkdir jni
cd jni
mv ../*[^.jni.] ../.*[^.] .
if [[ $CI = "true" ]]; then
mkdir jni &&
cd jni &&
mv ../*[^.jni.] ../.*[^.] . ;
fi

# Decrypt keys
#openssl aes-256-cbc -K $encrypted_bef49239437d_key -iv $encrypted_bef49239437d_iv -in my-release-key.keystore.enc -out my-release-key.keystore -d
Expand Down

0 comments on commit f574de7

Please sign in to comment.