From 49e8d5c894c10d892a7a2674fb326d52206d6099 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 27 Oct 2021 19:37:19 -0600 Subject: [PATCH] Remove FastCopy setup after extraction --- scripts/wk/kit/build_win.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/wk/kit/build_win.py b/scripts/wk/kit/build_win.py index 97296458..d6206357 100644 --- a/scripts/wk/kit/build_win.py +++ b/scripts/wk/kit/build_win.py @@ -204,6 +204,7 @@ def download_fastcopy(): ) delete_from_temp('FastCopy64') delete_from_temp('FastCopyInstaller.exe') + delete_item(BIN_DIR.joinpath('FastCopy/setup.exe')) def download_furmark():