Remove FastCopy setup after extraction

This commit is contained in:
2Shirt 2021-10-27 19:37:19 -06:00
parent 627994973d
commit 49e8d5c894
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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():