teleport/build.assets/macos
Alan Parra 0f386f273b
Make tsh installer non relocatable and drop version from app (#15018)
This is a twofold change with the aim of reducing possible pains with the tsh
installer.

- Dropping the version number from "tsh.app" makes it more alike other apps
  (including Connect)
- Making the installer non-relocatable makes it easy to reason about (and
  ensures our postinstall script is correct!)

A relocatable installer will look for the app in places other the specified
install path, according to the bundle ID. This means that if the user moves or
renames the app, the installer will overwrite it no matter where it is. It also
means our path assumptions can be wrong.

Note that the installer itself is still numbered, so it won't break Houston or
change the downloads page.
2022-07-29 11:18:27 -03:00
..
scripts Make tsh installer non relocatable and drop version from app (#15018) 2022-07-29 11:18:27 -03:00
tsh Add icon to macOS tsh.app (#13022) 2022-06-03 21:12:00 +00:00
tshdev Improved touch ID availability and diagnostics (#12963) 2022-05-31 17:10:06 +00:00