mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Started deleting .DS_Store files so licenses can run on mac os x. (flutter/engine#16998)
This commit is contained in:
parent
46c52ba051
commit
c6818a4e5c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user