forgot to change the b in zip names to a 😂
This commit is contained in:
parent
cd899de52f
commit
5f60f9c26e
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -15,7 +15,7 @@ endif
|
||||||
BUILD_HASH!=git rev-parse --short HEAD
|
BUILD_HASH!=git rev-parse --short HEAD
|
||||||
|
|
||||||
RELEASE_TIME!=date +%Y%m%d
|
RELEASE_TIME!=date +%Y%m%d
|
||||||
RELEASE_BASE=MinUI-$(RELEASE_TIME)b
|
RELEASE_BASE=MinUI-$(RELEASE_TIME)a
|
||||||
RELEASE_DOT!=find ./releases/. -regex ".*/$(RELEASE_BASE)-[0-9]+-base\.zip" -printf '.' | wc -m
|
RELEASE_DOT!=find ./releases/. -regex ".*/$(RELEASE_BASE)-[0-9]+-base\.zip" -printf '.' | wc -m
|
||||||
RELEASE_NAME=$(RELEASE_BASE)-$(RELEASE_DOT)
|
RELEASE_NAME=$(RELEASE_BASE)-$(RELEASE_DOT)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue