only allow bbl manage on user customized device
This commit is contained in:
parent
5a728d186d
commit
a7df775f62
3 changed files with 4 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue