-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macos: Improve TrayExecutablePath construction
The code is calling InstallPath() even on crc versions where it was not set at build time. Since InstallPath() is printing a warning when this occurs, it's better if we can avoid this. This commit adds a fallback to set TrayExecutablePath to `~/.crc/bin/CodeReady Containers` in such scenarios.
- Loading branch information
1 parent
f63efba
commit 299226b
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters