mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-06-17 12:31:43 +08:00
60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
"compatibleSdkVersion": "5.0.5(17)",
|
|
"compatibleSdkVersionStage": "release",
|
|
"runtimeOS": "HarmonyOS",
|
|
"buildOption": {
|
|
"nativeLib": {
|
|
"collectAllLibs": true
|
|
}
|
|
},
|
|
"targetSdkVersion": "6.1.0(23)"
|
|
}
|
|
],
|
|
"buildModeSet": [
|
|
{
|
|
"name": "debug"
|
|
},
|
|
{
|
|
"name": "release"
|
|
}
|
|
],
|
|
"signingConfigs": [
|
|
{
|
|
"name": "default",
|
|
"type": "HarmonyOS",
|
|
"material": {
|
|
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_ohos_hap_NhrShYtqssIv0Vkh2mk12dlX1nZFNR3eGYIfW0fsW4g=.cer",
|
|
"keyAlias": "debugKey",
|
|
"keyPassword": "0000001B59E6C4BF171D19DF01831C379B06E889B9075B13FDAE51E09F7F9753A324FA570D86727A4F1157",
|
|
"profile": "C:\\Users\\Administrator\\.ohos\\config\\default_ohos_hap_NhrShYtqssIv0Vkh2mk12dlX1nZFNR3eGYIfW0fsW4g=.p7b",
|
|
"signAlg": "SHA256withECDSA",
|
|
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_ohos_hap_NhrShYtqssIv0Vkh2mk12dlX1nZFNR3eGYIfW0fsW4g=.p12",
|
|
"storePassword": "0000001BD8991560CDC40F7CAB6C2CB9AB21FA714BFBD0E123A21BDBB42E39EA88E449B94F4ED552072653"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "electron",
|
|
"srcPath": "./electron",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "web_engine",
|
|
"srcPath": "./web_engine"
|
|
}
|
|
]
|
|
} |