We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab2e5b commit b24ea73Copy full SHA for b24ea73
web_sdk/BUILD.gn
@@ -603,11 +603,11 @@ if (!is_fuchsia) {
603
tmp_files += [
604
{
605
source = rebase_path("$root_out_dir/canvaskit.js")
606
- destination = "canvaskit/canvaskit.js"
+ destination = "flutter_web_sdk/canvaskit/canvaskit.js"
607
},
608
609
source = rebase_path("$root_out_dir/canvaskit.wasm")
610
- destination = "canvaskit/canvaskit.wasm"
+ destination = "flutter_web_sdk/canvaskit/canvaskit.wasm"
611
612
]
613
}
0 commit comments