only allow bbl manage on user customized device

This commit is contained in:
Stewart Allen 2025-02-02 18:41:33 -05:00
commit a7df775f62
3 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
#!/bin/bash
tag=${1:-latest}
npm run clear-cache
./bin/build-upload win ${tag} && \
./bin/build-upload linux ${tag} && \
./bin/build-upload mac ${tag}