Add cross-platform source installers - #1124
Conversation
|
Thanks for taking on cross-platform installers — this is generally the kind of contribution that's useful, and the unix script (set -euo pipefail, idempotent clone/fetch, PATH check) is written carefully. But the whole thing hinges on assumptions I can't confirm are correct for this repo:
Before this can be ported, please confirm against the actual build scripts (package.json |
|
Thanks for the detailed review. Here is the context and the validation I can provide:
I am happy to update the PR with those documentation and CI adjustments if the maintainers would prefer them in this contribution. |
Summary
The repository and branch are configurable through FREEBUFF_REPO_URL and FREEBUFF_BRANCH, so the scripts do not depend on a personal fork by default.
Validation