소스 검색

nsis_tauri_utils::download -> NSISdl::download (#9887)

Tony 1 년 전
부모
커밋
27fd8cc56c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tooling/bundler/src/bundle/windows/templates/installer.nsi

+ 1 - 1
tooling/bundler/src/bundle/windows/templates/installer.nsi

@@ -460,7 +460,7 @@ Section WebView2
     !if "${INSTALLWEBVIEW2MODE}" == "downloadBootstrapper"
       Delete "$TEMP\MicrosoftEdgeWebview2Setup.exe"
       DetailPrint "$(webview2Downloading)"
-      nsis_tauri_utils::download "https://go.microsoft.com/fwlink/p/?LinkId=2124703" "$TEMP\MicrosoftEdgeWebview2Setup.exe"
+      NSISdl::download "https://go.microsoft.com/fwlink/p/?LinkId=2124703" "$TEMP\MicrosoftEdgeWebview2Setup.exe"
       Pop $0
       ${If} $0 == 0
         DetailPrint "$(webview2DownloadSuccess)"