From 5645d2924eea0100e4e695cf975e85ab34775f95 Mon Sep 17 00:00:00 2001 From: Yeahyeah Date: Fri, 3 Jan 2025 15:38:02 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-profile.json5 | 13 ------------- oh-package.json5 | 2 -- 2 files changed, 15 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 43a7247..4d15135 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,19 +1,6 @@ { "app": { "signingConfigs": [ - { - "name": "default", - "type": "HarmonyOS", - "material": { - "certpath": "C:\\Users\\lucy\\.ohos\\config\\default_continue-progress_CBJNtw2wsaMQMk9bRBMBsNa-pj2mvBAZP9BSDUtE6zQ=.cer", - "storePassword": "0000001B401BE0DAC302C909B9DB5EC720FC0F8040FFE2210D3A48F7EB8A09ACA7903B98D887340BCEEDCE", - "keyAlias": "debugKey", - "keyPassword": "0000001BE4242FA48D3462E59F1BBE7CBEE41A4187C2DB6CE4F5C72449EAA450AA5C78F4F02557C1DD1BDC", - "profile": "C:\\Users\\lucy\\.ohos\\config\\default_continue-progress_CBJNtw2wsaMQMk9bRBMBsNa-pj2mvBAZP9BSDUtE6zQ=.p7b", - "signAlg": "SHA256withECDSA", - "storeFile": "C:\\Users\\lucy\\.ohos\\config\\default_continue-progress_CBJNtw2wsaMQMk9bRBMBsNa-pj2mvBAZP9BSDUtE6zQ=.p12" - } - } ], "products": [ { diff --git a/oh-package.json5 b/oh-package.json5 index bb12751..8bf916d 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -4,7 +4,5 @@ "dependencies": { }, "devDependencies": { - "@ohos/hypium": "1.0.19", - "@ohos/hamock": "1.0.0" } } -- Gitee