From 769f6c26f27b6b18f3f6e446cb9cf5758167ef4d Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 25 Jul 2022 18:13:59 +0200 Subject: [PATCH] we dont need this anymore. revisit this later to set the right CONFIG[] --- mk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk.py b/mk.py index 458ec32..572de75 100644 --- a/mk.py +++ b/mk.py @@ -97,7 +97,7 @@ def build(debug=False): # patches for windows only patch('../assets/package-manifest.patch') - patch('../assets/disable-verify-mar.patch') + #patch('../assets/disable-verify-mar.patch') patch('../assets/tryfix-reslink-fail.patch') patch('../assets/fix-l10n-package-cmd.patch')