This change improves the robustness of the macOS helper scripts by ensuring the Solaar executable is found before proceeding. Previously, `create-macos-launchagent.sh` would only issue a warning and continue with a potentially invalid path if the `solaar` command was not found. `create-macos-app.sh` had a typo (`SOLAR_PATH`) and lacked a check altogether. Now, both scripts (`create-macos-app.sh` and `create-macos-launchagent.sh`) will: - Correctly check if the `solaar` executable exists in the system's `PATH`. - Use the resolved, absolute path to the executable to avoid ambiguity. - Exit with an error if the executable cannot be found, preventing the creation of a broken app bundle or launch agent. |
||
|---|---|---|
| .. | ||
| clean.sh | ||
| create-macos-app.sh | ||
| create-macos-launchagent.sh | ||
| hidconsole | ||
| po-compile.sh | ||
| po-update.sh | ||
| scan-registers.sh | ||