Skip to content

Commit b24ea73

Browse files
Harry TerkelsenRicardo Amador
Harry Terkelsen
authored and
Ricardo Amador
committed
Move canvaskit artifacts to expected location in Web SDK Archive (flutter#38168)
1 parent 8ab2e5b commit b24ea73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_sdk/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -603,11 +603,11 @@ if (!is_fuchsia) {
603603
tmp_files += [
604604
{
605605
source = rebase_path("$root_out_dir/canvaskit.js")
606-
destination = "canvaskit/canvaskit.js"
606+
destination = "flutter_web_sdk/canvaskit/canvaskit.js"
607607
},
608608
{
609609
source = rebase_path("$root_out_dir/canvaskit.wasm")
610-
destination = "canvaskit/canvaskit.wasm"
610+
destination = "flutter_web_sdk/canvaskit/canvaskit.wasm"
611611
},
612612
]
613613
}

0 commit comments

Comments
 (0)