如何将多个配置文件分别设置输出路径 #2279
Answered
by
waruqi
xiangyi-wang
asked this question in
Q&A
如何将多个配置文件分别设置输出路径
#2279
-
试了下这样设置后所有的配置文件都在同一目录下 |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Apr 19, 2022
Replies: 1 comment 1 reply
-
目前仅支持一个目录,你可以在 on_config 或者 before_build 里面,走 os.cp 自己复制到任意位置 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xiangyi-wang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前仅支持一个目录,你可以在 on_config 或者 before_build 里面,走 os.cp 自己复制到任意位置