Files
Covid-app/prepareUpload.sh
T
Axel Iván Solano González 968d97ffeb changes to new server
2022-01-31 22:14:51 -06:00

10 lines
475 B
Bash

#!/bin/sh
#Just excecute on first time it's the keystore generation
#keytool -genkey -v -keystore SintomApp.keystore -alias sintomApp -keyalg RSA -keysize 2048 -validity 10000
#Password APPp455w0rd
ionic cordova build android --release --prod
cd platforms/android/
./gradlew bundle
cd ../..
#Password APPp455w0rd
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore SintomApp.keystore ./platforms/android/app/build/outputs/bundle/release/app-release.aab sintomApp