Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c1d61cf

Browse files
author
Harry Terkelsen
authored
Move canvaskit artifacts to expected location in Web SDK Archive (#38168)
1 parent 95c7b1f commit c1d61cf

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)