Skip to content

Commit 3ee23bf

Browse files
committed
revert(harmony): revert keystore paths and credentials in build-profile.json5
1 parent 4e91eaf commit 3ee23bf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

harmony/build-profile.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"name": "default",
2929
"type": "HarmonyOS",
3030
"material": {
31-
"certpath": "/Users/hierifer/.ohos/config/default_harmony_IJHoYWcdtqapWKVRlrpX8I67utSK4-z9d_SutEj2PMA=.cer",
31+
"certpath": "./keystore/debug.cer",
3232
"keyAlias": "debugKey",
33-
"keyPassword": "0000001AD9D526B4FBDA32169952BA3E158DFA1500685A812C25CC36D6494858E77385487877F4B5DD9E",
34-
"profile": "/Users/hierifer/.ohos/config/default_harmony_IJHoYWcdtqapWKVRlrpX8I67utSK4-z9d_SutEj2PMA=.p7b",
33+
"keyPassword": "0000001B242B64273942B1A977DF17CF706879A153717AC4FFBBBA65ED5212E68330277EC28FF997590D27",
34+
"profile": "./keystore/debug.p7b",
3535
"signAlg": "SHA256withECDSA",
36-
"storeFile": "/Users/hierifer/.ohos/config/default_harmony_IJHoYWcdtqapWKVRlrpX8I67utSK4-z9d_SutEj2PMA=.p12",
37-
"storePassword": "0000001A2315D308CEC71375CF8B96379BB2BBDFB79437588D1DD0846901DB1C18FD8E54CE2639992508"
36+
"storeFile": "./keystore/debug.p12",
37+
"storePassword": "0000001BEF593204165A11BFFE05CA8EBA6AB41D2678113A10D651BAF822A698564905B8D7D7DC8BC3E3D3"
3838
}
3939
}
4040
]

0 commit comments

Comments
 (0)