Skip to content

Commit ab90df8

Browse files
authored
Merge branch 'master' into ignore-debug-files
2 parents f2c86e4 + 70b4665 commit ab90df8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/deployers/WebEnginePluginsDeployer.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ bool WebEnginePluginsDeployer::doDeploy() {
3939
for (const auto &fileName : {"qtwebengine_resources.pak",
4040
"qtwebengine_devtools_resources.pak",
4141
"qtwebengine_resources_100p.pak",
42-
"qtwebengine_resources_200p.pak", "icudtl.dat"}) {
42+
"qtwebengine_resources_200p.pak",
43+
"icudtl.dat",
44+
"v8_context_snapshot.bin"}) {
4345
auto path = qtDataPath / "resources" / fileName;
4446

4547
if (fs::is_regular_file(path))

0 commit comments

Comments
 (0)