[tool] 增加scons --dist --project-path=xxxx命令 (#6713)

* [tools] 所有dist都打zip包

* 完善scons --dist/dist-ide --project-name  --project-path命令
This commit is contained in:
Man, Jianting (Meco)
2022-12-19 01:12:08 -05:00
committed by GitHub
parent 0df51b8aa9
commit 8c7e0b71ce
6 changed files with 21 additions and 59 deletions

View File

@@ -47,7 +47,7 @@ def AddOptions():
dest = 'project-path',
type = 'string',
default = None,
help = 'set dist-ide project output path')
help = 'set project output path')
AddOption('--project-name',
dest = 'project-name',
type = 'string',