1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-01-27 00:35:34 +01:00
parent 9ae1612a96
commit 41bfeed56f
24 changed files with 558 additions and 457 deletions

18
build/android.sh Executable file
View File

@ -0,0 +1,18 @@
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Arguments incorrect. Use 'xxx'"
exit 1
fi
JAVA_HOME=`/usr/libexec/java_home -v 1.8.0` \
EXPO_USERNAME='xmflsct' \
EXPO_PASSWORD=',8d_AJ1HmYJo8lbve&QoB40t3ImGdF)Dd' \
EXPO_ANDROID_KEYSTORE_PASSWORD="9c54265087704801ba5d3d88809110a1" \
EXPO_ANDROID_KEY_PASSWORD="748bb2e11529497dad7831c409175b94" \
turtle build:android \
--release-channel $1 \
--type app-bundle \
--keystore-path ./tooot.jks \
--keystore-alias "QHhtZmxzY3QvdG9vb3Q=" \
--build-dir ./builds