Fix build_win.py download order

This commit is contained in:
2Shirt 2022-10-22 19:59:04 -07:00
parent 084dbbaada
commit 7c72e35644
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -531,8 +531,8 @@ def build_kit():
try_print.add_error(error)
# Download
try_print.run('AIDA64...', download_aida64)
try_print.run('Adobe Reader...', download_adobe_reader)
try_print.run('AIDA64...', download_aida64)
try_print.run('Autoruns...', download_autoruns)
try_print.run('BleachBit...', download_bleachbit)
try_print.run('BlueScreenView...', download_bluescreenview)