summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-makeself1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-makeself b/Master/tlpkg/bin/tl-update-makeself
index e8fa1e766ca..16c77ec5cab 100755
--- a/Master/tlpkg/bin/tl-update-makeself
+++ b/Master/tlpkg/bin/tl-update-makeself
@@ -49,7 +49,6 @@ sub main
push @packs, $texliveinfra;
for my $a ($tlpdb->available_architectures) {
- next if ($a eq "win32");
my $foo = $tlpdb->get_package("bin-texlive.$a");
push @packs, $foo if defined($foo);
my $bar = $tlpdb->get_package("texlive.infra.$a");