mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-18 16:04:32 -04:00
Signed-off-by: yangbo <1442420648@qq.com> Change-Id: I430100c07adfa7ef0609839ad12dfb99b8867b9d
This commit is contained in:
@@ -152,6 +152,12 @@ function setProjectConfig(envArgs) {
|
||||
if (envArgs.aceManifestPath) {
|
||||
projectConfig.manifestFilePath = envArgs.aceManifestPath;
|
||||
}
|
||||
if (envArgs.aceProfilePath) {
|
||||
projectConfig.aceProfilePath = envArgs.aceProfilePath;
|
||||
}
|
||||
if (envArgs.aceModuleJsonPath) {
|
||||
projectConfig.aceModuleJsonPath = envArgs.aceModuleJsonPath;
|
||||
}
|
||||
}
|
||||
|
||||
function setReleaseConfig(config) {
|
||||
|
||||
Reference in New Issue
Block a user