forked from mgz0227/legado-Harmony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-profile.json5
49 lines (49 loc) · 1.23 KB
/
build-profile.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"app": {
"signingConfigs": [
{
"name": "legado",
"type": "HarmonyOS",
"material": {
"storePassword": "0000001F39FAED2651D657099281BA9C199E92A7F8A9374824243F2A27430B35E7BB1A780D80A066340476F21DBD2C",
"certpath": "D:/喵公子Studio/Harmony签名/Legado发布.cer",
"keyAlias": "legado",
"keyPassword": "0000001F0589FA894DAA48A3E911B15A38059B6798F9C8B3EFD3D7279D80C9628B1AE59CB9EA616C14F26AA12F1E6B",
"profile": "D:/喵公子Studio/Harmony签名/legadoRelease.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "D:/喵公子Studio/Harmony签名/legado.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "legado",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "colorLibrary",
"srcPath": "./commons/colorLibrary",
},
{
"name": "readerLibrary",
"srcPath": "./readerLibrary",
}
]
}