Remove vendored Windows binaries (#9318)

Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
jh-block
2026-05-19 14:25:32 +02:00
committed by GitHub
parent bdb7d214e7
commit 1997799a4a
10 changed files with 165 additions and 79 deletions
-1
View File
@@ -513,7 +513,6 @@ fn replace_binary(new_binary: &Path, current_exe: &Path) -> Result<()> {
// ---------------------------------------------------------------------------
/// Copy any .dll files from the extracted archive alongside the installed binary.
/// Windows GNU builds ship with libgcc, libstdc++, libwinpthread DLLs.
#[cfg(target_os = "windows")]
fn copy_dlls(extracted_binary: &Path, current_exe: &Path) -> Result<()> {
let source_dir = extracted_binary