Commit b7c7e977 by sikang

update

parent 0ee499af
......@@ -140,7 +140,7 @@ class PackageGarble:
self.__process_files("%s/%s" % (config['root'],proguard))
for main_dir in config['lib_main']:
self.__process_files("%s/%s/main" % (config['root'], main_dir))
self.__process_files("%s/%s" % (config['root'], main_dir))
print("done")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment