Update BUILD.gn
This commit is contained in:
parent
d0b18e04fa
commit
fd7d55df35
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ template("linux_package") {
|
|||
}
|
||||
|
||||
inputs = packaging_files
|
||||
outputs = [ "$root_out_dir/${package}-${channel}_${chrome_version_full}-1_${deb_arch}.deb" ]
|
||||
outputs = [ "$root_out_dir/${package}_${chrome_version_full}_${deb_arch}.deb" ]
|
||||
|
||||
args = [
|
||||
rebase_path("$root_out_dir/installer/debian/build.sh", root_build_dir),
|
||||
|
|
Loading…
Reference in a new issue