From 48d5a0a783e5a205571f3c00fdccbb3c2952686c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 24 Feb 2025 16:36:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0kylin|anolis=E6=89=93?= =?UTF-8?q?=E5=8C=85rpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index ea2c7a6..6fad542 100755 --- a/build.sh +++ b/build.sh @@ -163,6 +163,12 @@ case $(get_os_info) in RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype} RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype} ;; + kylin|anolis) + ptype=rpm + RelOS=ky + RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.${ptype} + RpmPkgRename=${ProjectL}-r${RelVer}-${RelOS}-${RelArch}.${ptype} + ;; *) echo "Unsupported OS" exit 1