build: Replace some visible MinUI strings

This commit is contained in:
robshape 2023-04-23 18:34:27 +02:00
parent 2c99cf3ad1
commit 9f478404f6
4 changed files with 5 additions and 7 deletions

View file

@ -15,7 +15,7 @@ endif
BUILD_HASH!=git rev-parse --short HEAD
RELEASE_TIME!=date +%Y%m%d
RELEASE_BASE=MinUI-$(RELEASE_TIME)b
RELEASE_BASE=FinUI-$(RELEASE_TIME)b
RELEASE_DOT!=find ./releases/. -regex ".*/$(RELEASE_BASE)-[0-9]+-base\.zip" -printf '.' | wc -m
RELEASE_NAME=$(RELEASE_BASE)-$(RELEASE_DOT)