Skip to content

Commit

Permalink
dont allow overriding version name anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed Jan 13, 2023
1 parent e89230d commit 57848b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/prerelease/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ for ((i=1; i<=$number_of_builds; i++)); do
# Consumed by build_keybase.sh and on darwin-arm64 builds below. We the value
# here so it is consistent across the build compilation and build announcement
# since we can't echo the version of the binary when cross compiling.
KEYBASE_BUILD=${KEYBASE_BUILD:-$build}
KBNM_BUILD=${KBNM_BUILD:-$build}
KBFS_BUILD=${KBFS_BUILD:-$build}
KEYBASE_BUILD=$build
KBNM_BUILD=$build
KBFS_BUILD=$build
kb_version="$(grep 'Version = ' $client_dir/go/libkb/version.go | sed 's/.*Version = \"\(.*\)\"/\1/')"
KEYBASE_VERSION=${KEYBASE_VERSION:-"$kb_version-$KEYBASE_BUILD"}
KBNM_VERSION=${KBNM_VERSION:-"$kb_version-$KBNM_BUILD"}
Expand Down

0 comments on commit 57848b3

Please sign in to comment.