Skip to content

Commit c0b90f3

Browse files
committed
update icon & entry name
Signed-off-by: Souls-R <2362912722@qq.com>
1 parent 7871a5b commit c0b90f3

File tree

4 files changed

+47
-7
lines changed

4 files changed

+47
-7
lines changed
-83.5 KB
Loading

build-profile.json5

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,52 @@
11
{
22
"app": {
3-
"signingConfigs": [],
3+
"signingConfigs": [
4+
{
5+
"name": "default",
6+
"type": "HarmonyOS",
7+
"material": {
8+
"storeFile": "C:/Users/23629/.p2/oseddl.p12",
9+
"storePassword": "000000184B6108CC8E7F2C74CDEBB8EF88C8774EAE9AEB16C603C066D38F7C9214B3A6F0D939EA17",
10+
"keyAlias": "oseddl",
11+
"keyPassword": "0000001847E72B7D484EFCDFEBC5E93E22E024415722F3B9B1B7F7697719C304BBC35C8F1921BC85",
12+
"signAlg": "SHA256withECDSA",
13+
"profile": "C:/Users/23629/.p2/pubRelease.p7b",
14+
"certpath": "C:/Users/23629/.p2/oseddl_pub.cer"
15+
}
16+
},
17+
{
18+
"name": "dev",
19+
"type": "HarmonyOS",
20+
"material": {
21+
"certpath": "C:\\Users\\23629\\.ohos\\config\\dev_osedlloh_KRu1cWw9OnF-AD5-f4PSwCHz1tczqI6_5o79zVwqYqI=.cer",
22+
"keyAlias": "debugKey",
23+
"keyPassword": "0000001B440AA39D19FA8FAF835080E02B7B7106B8EB6ADAE2A99E116F84BA7AD610B73FA49994B28A64F3",
24+
"profile": "C:\\Users\\23629\\.ohos\\config\\dev_osedlloh_KRu1cWw9OnF-AD5-f4PSwCHz1tczqI6_5o79zVwqYqI=.p7b",
25+
"signAlg": "SHA256withECDSA",
26+
"storeFile": "C:\\Users\\23629\\.ohos\\config\\dev_osedlloh_KRu1cWw9OnF-AD5-f4PSwCHz1tczqI6_5o79zVwqYqI=.p12",
27+
"storePassword": "0000001BD09C49734D9CBC1FB87BDE5C22628928481C59DEF9FF9FAEA32828DC2630D0792913A5E4301FAF"
28+
}
29+
},
30+
{
31+
"name": "debug",
32+
"type": "HarmonyOS",
33+
"material": {
34+
"storeFile": "C:/Users/23629/.p2/oseddl.p12",
35+
"storePassword": "00000018F506D371684BEE7D5814958674B66E04935964DD9F7A5F835B716FC415D28484D5BDF29D",
36+
"keyAlias": "oseddl",
37+
"keyPassword": "00000018FD73D5690427387BBB2D88D744A5592BCDE307D8FB6A813E5C2DF7C848D025E557662DF0",
38+
"signAlg": "SHA256withECDSA",
39+
"profile": "C:/Users/23629/.p2/debugDebug.p7b",
40+
"certpath": "C:/Users/23629/.p2/oseddl_pub.cer"
41+
}
42+
}
43+
],
444
"products": [
545
{
646
"name": "default",
7-
"signingConfig": "default",
47+
"signingConfig": "dev",
848
"targetSdkVersion": "5.1.1(19)",
9-
"compatibleSdkVersion": "5.1.1(19)",
49+
"compatibleSdkVersion": "5.0.5(17)",
1050
"runtimeOS": "HarmonyOS",
1151
"buildOption": {
1252
"strictMode": {

entry/build-profile.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"path": "./src/main/cpp/CMakeLists.txt",
66
"arguments": "",
77
"cppFlags": "",
8-
"abiFilters": [
9-
"x86_64"
10-
]
8+
// "abiFilters": [
9+
// "x86_64"
10+
// ]
1111
}
1212
},
1313
"buildOptionSet": [

entry/src/main/resources/base/element/string.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"name": "EntryAbility_label",
13-
"value": "label"
13+
"value": "开源活动截止日期"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)