mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
improve release scripts
This commit is contained in:
parent
98e75a932d
commit
aec2d1bf67
@ -38,10 +38,12 @@ def init(exe, assets_root, bin_root):
|
||||
if os.path.exists(OUTPUT_DIR):
|
||||
shutil.rmtree(OUTPUT_DIR)
|
||||
|
||||
print('==================================================');
|
||||
print('EXE_NAME:' + EXE_NAME)
|
||||
print('ASSETS_DIR:' + ASSETS_DIR)
|
||||
print('OUTPUT_DIR:' + OUTPUT_DIR)
|
||||
print('BIN_DIR:' + BIN_DIR)
|
||||
print('EXE_NAME:' + EXE_NAME)
|
||||
print('==================================================');
|
||||
|
||||
|
||||
def joinPath(root, subdir):
|
||||
|
Loading…
Reference in New Issue
Block a user