Skip to content

Commit

Permalink
Move canvaskit artifacts to expected location in Web SDK Archive (#38168
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Harry Terkelsen authored Jan 10, 2023
1 parent 95c7b1f commit c1d61cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_sdk/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -603,11 +603,11 @@ if (!is_fuchsia) {
tmp_files += [
{
source = rebase_path("$root_out_dir/canvaskit.js")
destination = "canvaskit/canvaskit.js"
destination = "flutter_web_sdk/canvaskit/canvaskit.js"
},
{
source = rebase_path("$root_out_dir/canvaskit.wasm")
destination = "canvaskit/canvaskit.wasm"
destination = "flutter_web_sdk/canvaskit/canvaskit.wasm"
},
]
}
Expand Down

0 comments on commit c1d61cf

Please sign in to comment.