Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use x64 arch when building & packaging Teleterm
Our build system doesn't support arm64 for Mac releases yet (see issue #4226 for more information). Because of that, for the preview release we're likely going to have only the x64 version of Teleterm. This means that the shipped version of tsh should also be the x64 version. I tried to change electron-builder's config to use x64 for macOS, but the config options don't seem to work. I tried `mac.defaultArch` as well as changing `mac.target` in various ways but `electron-builder install-app-deps` just doesn't pick up those options. Both were set through `packages/teleterm/package.json`
- Loading branch information