fix reshade

This commit is contained in:
SpikeHD
2022-07-26 20:59:33 -07:00
parent 0971f5b826
commit 79891238b6
3 changed files with 18 additions and 1 deletions

View File

@@ -242,6 +242,7 @@ pub fn install_ca_files(cert_path: &Path) {
crate::system_helpers::run_command(
"certutil",
vec!["-user", "-addstore", "Root", cert_path.to_str().unwrap()],
None,
);
println!("Installed certificate.");
}