Explorar o código

fix: copy failure in NSIS bundler #6743 (#6744)

Kárándi Tamás %!s(int64=2) %!d(string=hai) anos
pai
achega
51460340bf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      tooling/bundler/src/bundle/windows/nsis.rs

+ 3 - 0
tooling/bundler/src/bundle/windows/nsis.rs

@@ -100,6 +100,9 @@ fn get_and_extract_nsis(nsis_toolset_path: &Path, _tauri_tools_path: &Path) -> c
   let data = download(NSIS_APPLICATIONID_URL)?;
   info!("extracting NSIS ApplicationID plugin");
   extract_zip(&data, &nsis_plugins)?;
+
+  create_dir_all(nsis_plugins.join("x86-unicode"))?;
+
   copy(
     nsis_plugins
       .join("ReleaseUnicode")