From 4f70438eb12e76c171f8f1e3607f60d600189b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E8=BF=AB?= <9479288+zp1518171901@user.noreply.gitee.com> Date: Wed, 30 Mar 2022 11:52:53 +0000 Subject: [PATCH] =?UTF-8?q?update=20Distributed/OpenHarmonyPictureGame/bui?= =?UTF-8?q?ld-profile.json5.=20=E5=88=A0=E9=99=A4=E7=AD=BE=E5=90=8D?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../build-profile.json5 | 40 ++----------------- 1 file changed, 3 insertions(+), 37 deletions(-) diff --git a/Distributed/OpenHarmonyPictureGame/build-profile.json5 b/Distributed/OpenHarmonyPictureGame/build-profile.json5 index 0b6993a7..37d61270 100644 --- a/Distributed/OpenHarmonyPictureGame/build-profile.json5 +++ b/Distributed/OpenHarmonyPictureGame/build-profile.json5 @@ -1,48 +1,14 @@ { "app": { "signingConfigs": [ - { - "name": "debug", - - "material": { - - storeFile: 'D:\\keys\\ACGSign\\openhos.p12', - - //本地keystore - - storePassword: "000000180DB6282CD8E733F3C3262063271AA9A59C88D805975312AA5109E13FA8F83BD76EA471AB", - - //生成本地keystore时的-storepass参数 - - keyAlias: 'hw', - - //生成本地keystore时的-alias参数 - - keyPassword: '000000180DB6282CD8E733F3C3262063271AA9A59C88D805975312AA5109E13FA8F83BD76EA471AB', - - //keyPassword参数,pkcs12格式的keystore采用生成本地keystore时的-storepass参数 - - signAlg: 'SHA256withECDSA', - - //生成本地keystore时的-sigalg参数 - - profile: 'D:\\keys\\ACGSign\\openHos.p7b', - - //导入调试profile - - certpath: 'D:\\keys\\ACGSign\\openHos.cer' - - //导入调试证书 - - } - } + ], "compileSdkVersion": 8, "compatibleSdkVersion": 8, "products": [ { - "name": "default", - "signingConfig": "debug", + "name": "default" + }, ], }, -- Gitee