From 7384440b72188e4bb79a8c4c7b97ba46a23ee645 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 10 Oct 2021 19:10:13 +0200 Subject: [PATCH] subsystem --- arguments.py | 2 +- msys.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/arguments.py b/arguments.py index 527c6f7..1ec5cc6 100644 --- a/arguments.py +++ b/arguments.py @@ -75,7 +75,7 @@ compression applying to archive remote=msys.REPOSITORY, architectures=[msys.ARCHITECTURE], - subsystems=[msys.SUBSYSTEM, 'mingw'], + subsystems=[subsystem.MAIN, 'mingw'], filesystem='fs', compression='zst', diff --git a/msys.py b/msys.py index 6c2d1a1..a5054a1 100644 --- a/msys.py +++ b/msys.py @@ -4,6 +4,5 @@ CATALOG = '.files' CHARSET = 'u8' REPOSITORY = 'https://repo.msys2.org' SIGNATURE = '.sig' -SUBSYSTEM = 'msys' ARCHITECTURES = [ARCHITECTURE, 'i686']