| 123456789101112131415161718192021222324 |
- # coding:utf8
- __author__ = 'dong'
- import os
- import logging
- import xml.dom.minidom
- import re
- import shutil
- import glob
- from xml.etree.ElementTree import ElementTree, Element
- import distutils.dir_util
- import gw_data_center
- def script_init(SDK, decompileDir, channelSdkInfo, new_game_channel_info, gameInfo):
- sdk_id = channelSdkInfo['id']
- if sdk_id == "512":
- gw_data_center.pack_small = False
- if __name__ == '__main__':
- script_init("", "E:\\apk\\youhua\\LYJY360_12412_360逆向_1.23.00", "", "", "")
|