写入kusdkconf加入头行

This commit is contained in:
yutou 2020-12-15 16:33:24 +08:00
parent 96826b23da
commit b9e2cee838

View File

@ -84,6 +84,7 @@ public class AutoOutAPKTools {
private void outAssets() {
StringBuilder builder = new StringBuilder();
builder.append(";------config------").append("\n");
builder.append("GAME_ID=").append(gameId).append("\n");
for (String key : channel.keySet()) {
builder.append(key).append("=").append(channel.get(key)).append("\n");