summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-05-10 14:14:14 +0800
committerErik Kundiman <erik@megapahit.org>2026-05-10 14:14:14 +0800
commitfbba852304cef16dd76c6257ecc0c0c22648a63e (patch)
treeb5c4229807aca4c9a8622ec3fbe49f372ff21dea
parent6c1ff2e4b9da8069b9da573f99b52df707e97e75 (diff)
Remove snapshot_blob.bin installation on Windows
It no longer exists in Dullahan 1.24, my old development system must have had leftovers from Dullahan 1.14.
-rw-r--r--indra/media_plugins/cef/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/media_plugins/cef/CMakeLists.txt b/indra/media_plugins/cef/CMakeLists.txt
index d2ea4699af..a815b1cf4f 100644
--- a/indra/media_plugins/cef/CMakeLists.txt
+++ b/indra/media_plugins/cef/CMakeLists.txt
@@ -208,7 +208,6 @@ if (INSTALL)
${AUTOBUILD_INSTALL_DIR}/resources/chrome_200_percent.pak
${AUTOBUILD_INSTALL_DIR}/resources/icudtl.dat
${AUTOBUILD_INSTALL_DIR}/resources/resources.pak
- ${AUTOBUILD_INSTALL_DIR}/bin/release/snapshot_blob.bin
${AUTOBUILD_INSTALL_DIR}/bin/release/v8_context_snapshot.bin
DESTINATION llplugin
)