chore: add ffmpeg dist zip (#14681)

This commit is contained in:
Shelley Vohr 2018-09-20 11:10:10 -07:00 committed by GitHub
parent 6f494b3c58
commit 7b8daaab67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -906,6 +906,15 @@ dist_zip("electron_dist_zip") {
]
}
dist_zip("electron_ffmpeg_zip") {
data_deps = [
"//third_party/ffmpeg",
]
outputs = [
"$root_build_dir/ffmpeg.zip",
]
}
group("electron") {
deps = [
":electron_app",