Signed-off-by: yangbo <1442420648@qq.com>
Change-Id: I430100c07adfa7ef0609839ad12dfb99b8867b9d
This commit is contained in:
yangbo
2022-01-19 09:23:03 +08:00
parent 8e0188ed38
commit 908bdc84ac
+6
View File
@@ -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) {