Solaar/tools
Din Tort c1a9332490 build: Remove hardcoded Homebrew path for solaar in macOS script
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.
2025-10-27 19:57:30 +01:00
..
clean.sh misc: restore tools/clean.sh 2023-05-19 09:38:53 -04:00
create-macos-app.sh build: Remove hardcoded Homebrew path for solaar in macOS script 2025-10-27 19:57:30 +01:00
create-macos-launchagent.sh Add scripts to create macOS app bundle and LaunchAgent #1244 2025-10-27 00:25:10 +01:00
hidconsole Apply ruff format 2024-02-20 15:41:10 -05:00
po-compile.sh started i18n support 2013-07-15 17:16:44 +02:00
po-update.sh po-update.sh without arguments re-formats all translation files 2013-08-08 22:22:39 +02:00
scan-registers.sh tools: fix bug in scan-registers 2023-09-16 10:35:26 -04:00