Description
We are currently experiencing issues with the installation and upgrade of Coder Desktop. Specifically, we are encountering this issue, where some component of macOS becomes confused during an update, resulting in a faulty state for both us and the operating system.
We must refactor our installation method to use a package with a pre-install script. This script should:
- Shut down the network extension
- Shut down the desktop client
- Check for any existing Homebrew installations (multiple installations of the network extension can cause issues on macOS)
Implementing these steps should help prevent any disruptions during upgrades.