Add EU/LBT binaries to the build artifacts (#905)

* Add release LBT builds

* Use friendly build names

* Script cleanup
This commit is contained in:
Ben Lye
2023-11-10 16:40:30 +00:00
committed by GitHub
parent ab5f75b1b3
commit 5ef944241a
4 changed files with 90 additions and 19 deletions

5
buildroot/bin/opt_remove Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
SED=$(which gsed || which sed)
eval "${SED} -i '/#define \b${1}/d' Multiprotocol/_Config.h"