chore: add ffmpeg dist zip (#14681)
This commit is contained in:
parent
6f494b3c58
commit
7b8daaab67
1 changed files with 9 additions and 0 deletions
9
BUILD.gn
9
BUILD.gn
|
@ -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") {
|
group("electron") {
|
||||||
deps = [
|
deps = [
|
||||||
":electron_app",
|
":electron_app",
|
||||||
|
|
Loading…
Reference in a new issue