The `create-macos-app.sh` script previously defaulted to a hardcoded Homebrew path for the `solaar` executable. This change removes the specific path, defaulting instead to `solaar`. This modification makes the script more flexible and robust. It allows the system's `PATH` to resolve the location of the `solaar` binary, accommodating various installation methods beyond a fixed Homebrew directory. The explicit check for the executable's existence is also removed, as the script will now rely on the command being available in the shell's environment, which is a more standard approach. |
||
|---|---|---|
| .. | ||
| clean.sh | ||
| create-macos-app.sh | ||
| create-macos-launchagent.sh | ||
| hidconsole | ||
| po-compile.sh | ||
| po-update.sh | ||
| scan-registers.sh | ||