Ver Fonte

feat(bundler): download NSIS zip from tauri-apps/binary-releases (#6838)

Lucas Fernandes Nogueira há 2 anos atrás
pai
commit
93452b791a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tooling/bundler/src/bundle/windows/nsis.rs

+ 1 - 1
tooling/bundler/src/bundle/windows/nsis.rs

@@ -35,7 +35,7 @@ use std::{
 // URLS for the NSIS toolchain.
 #[cfg(target_os = "windows")]
 const NSIS_URL: &str =
-  "https://sourceforge.net/projects/nsis/files/NSIS%203/3.08/nsis-3.08.zip/download";
+  "https://github.com/tauri-apps/binary-releases/releases/download/nsis-3/nsis-3.zip";
 #[cfg(target_os = "windows")]
 const NSIS_SHA1: &str = "057e83c7d82462ec394af76c87d06733605543d4";
 const NSIS_APPLICATIONID_URL: &str = "https://github.com/tauri-apps/binary-releases/releases/download/nsis-plugins-v0/NSIS-ApplicationID.zip";