From 286aec2436f84ca992ac80b7a9c2115d5691128b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 24 May 2022 10:33:25 -0700 Subject: [PATCH] Tools: Clean up win-setup.ps1's CleanupItems Remove some items from CleanupItems that are no longer relevant. --- tools/win-setup.ps1 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1 index 7f28c83a84..2d63e9f3c7 100644 --- a/tools/win-setup.ps1 +++ b/tools/win-setup.ps1 @@ -110,11 +110,6 @@ $CleanupItems = @( "c-ares-1.9.1-1-win??ws" "c-ares-1.1*-win??ws" "gnutls-3.?.*-*-win??ws" - "glib2-2.*-win??ws" - "gtk2" - "gtk3" - "json-glib-1.0.2-*-win??ws" - "kfw-3-2-2*" "krb5-*-win??ws" "libgcrypt-*-win??ws" "libilbc-2.0.2-3-win??ws" @@ -133,24 +128,15 @@ $CleanupItems = @( "minizip-*-win??ws" "nghttp2-*-win??ws" "opus-1.3.1-?-win??ws" - "portaudio_v19" - "portaudio_v19_2" "sbc-1.3-win??ws" "snappy-1.1.*-win??ws" "spandsp-0.0.6-win??ws" - "upx301w" - "upx303w" "user-guide" "vcpkg-export-*-win??ws" - "zlib-1.2.5" - "zlib-1.2.8" - "zlib-1.2.*-ws" "zstd-*-win??ws" "AirPcap_Devpack_4_1_0_1622" - "GeoIP-1.*-win??ws" "WinSparkle-0.3-44-g2c8d9d3-win??ws" "WinSparkle-0.5.?" - "WpdPack" "current-tag.txt" "library-manifest.xml" )