Fix build_win.py download order
This commit is contained in:
parent
084dbbaada
commit
7c72e35644
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue