Skip to content

Commit

Permalink
set version everytime too
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed Jan 13, 2023
1 parent 57848b3 commit b825966
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 @@ -103,9 +103,9 @@ for ((i=1; i<=$number_of_builds; i++)); do
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"}
KBFS_VERSION=${KBFS_VERSION:-"$kb_version-$KBFS_BUILD"}
KEYBASE_VERSION="$kb_version-$KEYBASE_BUILD"
KBNM_VERSION="$kb_version-$KBNM_BUILD"
KBFS_VERSION="$kb_version-$KBFS_BUILD"

if [ ! "$nobuild" = "1" ]; then
KEYBASE_BUILD="$KEYBASE_BUILD" BUILD_DIR="$build_dir_keybase" "$dir/build_keybase.sh"
Expand Down

0 comments on commit b825966

Please sign in to comment.