Skip to content

Commit

Permalink
dexc-desktop: fix darwin installer script version
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <[email protected]>
  • Loading branch information
ukane-philemon committed Jul 18, 2023
1 parent a6ea571 commit f679aaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/app/VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion client/cmd/dexc-desktop/pkg/pkg-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail;
export GOWORK=off

# For release set metadata to "release".
VER=`cat ../../../app/VERSION`
VER="0.7.0-pre"
META= # "release"
BUILD_VER="1.0.0" # increment for every build.
OS_FULL_VERSION="$(sw_vers | sed -n 2p | cut -d : -f 2 | tr -d '[:space:]' | cut -c1-)"
Expand Down

0 comments on commit f679aaf

Please sign in to comment.