fix: 修正Makefile中的服务名称拼写错误
This commit is contained in:
parent
4ecc5177ed
commit
6c9d5fb39e
4
Makefile
4
Makefile
@ -6,9 +6,9 @@ SERVICE_STYLEminia=mpp
|
|||||||
# Service name in lowercase | 项目名称全小写格式
|
# Service name in lowercase | 项目名称全小写格式
|
||||||
SERVICE_LOWEminiaR=app
|
SERVICE_LOWEminiaR=app
|
||||||
# Service name in snake format | 项目名称下划线格式
|
# Service name in snake format | 项目名称下划线格式
|
||||||
SERVICE_SNAminiaKEiapp
|
SERVICE_SNAKE=ppanel
|
||||||
# Service name in snake format | 项目名称短杠格式
|
# Service name in snake format | 项目名称短杠格式
|
||||||
SERVICE_DminiaASniapp
|
SERVICE_DASH=ppanel
|
||||||
|
|
||||||
# The project version, if you don't use git, you should set it manually | 项目版本,如果不使用git请手动设置
|
# The project version, if you don't use git, you should set it manually | 项目版本,如果不使用git请手动设置
|
||||||
VERSION=$(shell git describe --tags --always)
|
VERSION=$(shell git describe --tags --always)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user