提交 0bd09f50 编写于 作者: J James Robinson 提交者: GitHub

Update flutter_app template to new .packages filename scheme (#3000)

The name of the generated packages file now includes the target name.
上级 dcb02618
......@@ -75,7 +75,7 @@ template("flutter_app") {
"--main-dart",
rebase_path(main_dart),
"--packages",
rebase_path("$target_gen_dir/.packages"),
rebase_path("$target_gen_dir/$dart_package_name.packages"),
"--bundle",
rebase_path(bundle_path),
"--bundle-header",
......@@ -89,6 +89,7 @@ template("flutter_app") {
]
deps = [
":$dart_package_name",
flutter_snapshot_label,
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册