Release script: Improve release script again.

This commit is contained in:
Benoit Marty 2022-11-30 12:01:30 +01:00 committed by Benoit Marty
parent 8cf8852aae
commit 714f8b3a75
1 changed files with 1 additions and 1 deletions

View File

@ -235,8 +235,8 @@ ${releaseScriptFullPath} "v${version}" ${artifactUrl}
cd - cd -
printf "\n================================================================================\n" printf "\n================================================================================\n"
read -p "Installing apk on a real device, press enter when a real device is connected. "
apkPath="${releaseScriptLocation}/Element/v${version}/vector-gplay-arm64-v8a-release-signed.apk" apkPath="${releaseScriptLocation}/Element/v${version}/vector-gplay-arm64-v8a-release-signed.apk"
printf "Installing apk on a real device...\n"
adb -d install ${apkPath} adb -d install ${apkPath}
read -p "Please run the APK on your phone to check that the upgrade went well (no init sync, etc.). Press enter when it's done." read -p "Please run the APK on your phone to check that the upgrade went well (no init sync, etc.). Press enter when it's done."