From 93d04825d703d6c1dafe191e15df41a1ed94d2fe Mon Sep 17 00:00:00 2001 From: liangliang6768 Date: Thu, 19 Oct 2023 08:15:51 +0000 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E7=9B=AE=E5=BD=95=E4=B8=8B?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E6=9C=AA=E7=AD=BE=E5=90=8D=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liangliang6768 --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index d37a320a..8e29e4a9 100755 --- a/build.sh +++ b/build.sh @@ -427,7 +427,6 @@ do java -jar hap-sign-tool.jar sign-app -keyAlias "openharmony application release" -signAlg "SHA256withECDSA" -mode "localSign" -appCertFile "OpenHarmonyApplication.pem" -profileFile "${arg_p7b}" -inFile "${nosign_hap_path}" -keystoreFile "OpenHarmony.p12" -outFile "${sign_hap_path}" -keyPwd "123456" -keystorePwd "123456" cp ${sign_hap_path} ${arg_out_path}/ is_sign=true - break fi done if test ${is_sign} = false -- Gitee