File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ bzlws_copy(
54
54
)
55
55
56
56
bzlws_copy (
57
- name = "ecsact_rt_entt_recipe_bundle " ,
57
+ name = "copy_dist_recipe_bundles " ,
58
58
srcs = [
59
- "@ecsact_rt_entt//:ecsact_rt_entt_recipe_bundle " ,
59
+ "@ecsact_rt_entt" ,
60
60
],
61
61
out = "dist/share/ecsact/recipes/{FILENAME}" ,
62
62
force = True ,
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_include
8
8
bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_images
9
9
bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_bin
10
10
bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_codegen_plugins
11
- bazel run -- ui_event_filters=- info -- noshow_progress // :ecsact_rt_entt_recipe_bundle
11
+ bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_recipe_bundles
You can’t perform that action at this time.
0 commit comments