| Index: blimp/engine/BUILD.gn
|
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
|
| index 7869e8298c636bdf865e6c9c77cdc58acf34e58c..62b23a5cc2eb5e8e8d82c46494ca0c31ba428795 100644
|
| --- a/blimp/engine/BUILD.gn
|
| +++ b/blimp/engine/BUILD.gn
|
| @@ -531,7 +531,7 @@ if (is_linux) {
|
| # Builds and bundles the engine into a tarball that can be used to build a
|
| # Docker image.
|
| action("blimp_engine_bundle") {
|
| - script = "//blimp/tools/bundle-engine.py"
|
| + script = "//blimp/tools/create-bundle.py"
|
|
|
| # These form the arguments to the script.
|
| _rebased_out_dir = rebase_path(root_out_dir)
|
|
|