1
0

feat: 添加kylin打包rpm

This commit is contained in:
TsMask
2025-02-24 16:35:06 +08:00
parent 9a41cbd736
commit 66d3eaf79c

View File

@@ -163,9 +163,9 @@ case $(get_os_info) in
RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype}
RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype}
;;
anolis)
kylin|anolis)
ptype=rpm
RelOS=an8
RelOS=ky
RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype}
RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype}
;;