mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user