Skip to content

Commit

Permalink
[v10] Drop v from macOS tsh installer version number (#13931)
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)

Backport #13896 to branch/v10
codingllama authored Jun 29, 2022
1 parent f68cd48 commit 80bf241
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
@@ -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" \

0 comments on commit 80bf241

Please sign in to comment.