diff --git a/Makefile b/Makefile index b5096fb..a22b9e1 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ SERVICE_STYLEminia=mpp # Service name in lowercase | 项目名称全小写格式 SERVICE_LOWEminiaR=app # Service name in snake format | 项目名称下划线格式 -SERVICE_SNAminiaKEiapp +SERVICE_SNAKE=ppanel # 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请手动设置 VERSION=$(shell git describe --tags --always)