From 6a9299dea18938f066c5cccfb2b7b70d84a66d45 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Fri, 15 Oct 2021 02:30:03 -0600 Subject: [PATCH] Add bad workaround for now --- scripts/wk/kit/build_win.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wk/kit/build_win.py b/scripts/wk/kit/build_win.py index e2fcd441..689e5ba6 100644 --- a/scripts/wk/kit/build_win.py +++ b/scripts/wk/kit/build_win.py @@ -48,7 +48,7 @@ REGEX_SDIO_NETWORK_DRIVERS = re.compile( ) REGEX_TORRENT_INDICES = re.compile(r'^(?P\d+)\|(?P.*)') SEVEN_ZIP = get_tool_path('7-Zip', '7za') -SEVEN_ZIP_FULL = get_tool_path('7-Zip', '7z') # TODO: Replace with unrar from Pypi? +SEVEN_ZIP_FULL = get_tool_path('7-Zip', '7z', check=False) # TODO: Replace with unrar from Pypi? WIDTH = 50