mirror of
https://github.com/status-im/status-react.git
synced 2025-02-16 12:59:38 +00:00
scripts/fdroid-pr.sh: fix version name log message
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bcf919fcbb
commit
0e3b645695
@ -43,7 +43,7 @@ fi
|
||||
|
||||
VERSION_NAME=$(apkanalyzer manifest print "${APK_FILE}" | awk -F'"' '/android:versionName/{print $2}')
|
||||
if [[ -n "${VERSION_NAME}" ]]; then
|
||||
log_data "Version Code: ${VERSION_NAME}"
|
||||
log_data "Version Name: ${VERSION_NAME}"
|
||||
else
|
||||
log_warning "Failed to find version name." >&2; exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user