未验证 提交 03ddc1d4 编写于 作者: G gaaclarke 提交者: GitHub

Started deleting .DS_Store files so licenses can run on mac os x. (#16998)

上级 d323bace
......@@ -9,6 +9,9 @@ exitStatus=0
dart --version
# These files trip up the script on Mac OS X.
find . -name ".DS_Store" -exec rm {} \;
(cd flutter/tools/licenses; pub get; dart --enable-asserts lib/main.dart --src ../../.. --out ../../../out/license_script_output --golden ../../ci/licenses_golden)
for f in out/license_script_output/licenses_*; do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册