Skip to content

Commit a76faf4

Browse files
committed
ui
1 parent 51395ae commit a76faf4

File tree

13 files changed

+246
-165
lines changed

13 files changed

+246
-165
lines changed

.DS_Store

0 Bytes
Binary file not shown.

ProjectConfig/.DS_Store

0 Bytes
Binary file not shown.

ProjectConfig/CmdDefault/.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ProjectConfig/Script/AppInfo/AppChannel.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ def UpdateChannel(self,channel,ishd):
116116
#
117117
project_config = sourceDir+"/"+project_android+"/config"
118118

119-
FileUtil.CoverFiles(project_config, targetDir)
120-
FileUtil.CoverFiles(xml, targetDir)
119+
# FileUtil.CoverFiles(project_config, targetDir)
120+
# FileUtil.CoverFiles(xml, targetDir)
121121

122-
build_gradle = mainResource.GetProjectConfigApp() + "/android" + "/gradle/build"
122+
build_gradle = mainResource.GetProjectConfigDefault() + "/android" + "/gradle/build"
123123
# or (channel == Source.GP)
124124
# if (channel == Source.TAPTAP) :
125125
# build_gradle = build_gradle+"_"+channel

ProjectConfig/Script/AppInfo/AppInfo.py

Lines changed: 213 additions & 139 deletions
Large diffs are not rendered by default.
-15 Bytes
Binary file not shown.
1.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)