Skip to content

Commit

Permalink
Drop v from macOS tsh installer version number (#13896)
Browse files Browse the repository at this point in the history
Drop the `v` from the tsh installer version number, which was inadvertently
changed by #12751. Makes the installer reappear as a download option in Houston.

Note that the final .app name still has the `v`. Ie:

* tsh-10.0.0-dev.pkg (installer)
* tsh-10.0.0-dev.pkg.sha256 (installer hash)
* tsh-v10.0.0-dev.app (Application package)
  • Loading branch information
codingllama authored Jun 28, 2022
1 parent 20b63e0 commit c206824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.assets/build-pkg-tsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ password created by APPLE_USERNAME"
"$target"

# Prepare and sign the installer package.
target="$tmp/tsh-v$TELEPORT_VERSION.pkg" # switches from app to pkg
# Note that the installer does __NOT__ have a `v` in the version number.
target="$tmp/tsh-$TELEPORT_VERSION.pkg" # switches from app to pkg
pkgbuild \
--root "$tmp/root/" \
--identifier "$TSH_BUNDLEID" \
Expand Down

0 comments on commit c206824

Please sign in to comment.