We need a way to get/reuse a shared installation of the CEF binaries when installing a Tauri app. We could try to use the existing CEF_PATH
mechanism, as long as we have instructions for how to create it more easily than asking the end-user to run export-cef-dir
. It might be better to produce release artifacts and build an on-demand downloader/updater crate that we can invoke from the Tauri bundler/updater as needed.