Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jun 25, 2022
1 parent bc0b922 commit 68d9a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/installer/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ template("linux_package") {
}

inputs = packaging_files
outputs = [ "$root_out_dir/${package}_${chrome_version_full}_${deb_arch}.deb" ]
outputs = [ "$root_out_dir/${package}_${channel}_${chrome_version_full}_${deb_arch}.deb" ]

args = [
rebase_path("$root_out_dir/installer/debian/build.sh", root_build_dir),
Expand Down

0 comments on commit 68d9a3d

Please sign in to comment.