ohos_electron_hap/build-profile.json5
luo d651b04e60
Some checks are pending
HarmonyOS CI/CD Pipeline / build (push) Waiting to run
HarmonyOS CI/CD Pipeline / publish (push) Blocked by required conditions
fix: complete source from ZIP + add hvigor configs + local debug signing
2026-06-09 23:44:44 +08:00

46 lines
795 B
Plaintext

{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.3(15)",
"compatibleSdkVersionStage": "beta6",
"runtimeOS": "HarmonyOS",
"buildOption": {
"nativeLib": {
"collectAllLibs": true
}
}
}
],
"buildModeSet": [
{
"name": "debug"
},
{
"name": "release"
}
],
"signingConfigs": []
},
"modules": [
{
"name": "electron",
"srcPath": "./electron",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "web_engine",
"srcPath": "./web_engine"
}
]
}