Add ShutUp10 sections to wk.kit.build_win
This commit is contained in:
parent
17a644f05d
commit
6a6a61cb78
1 changed files with 7 additions and 0 deletions
|
|
@ -294,6 +294,12 @@ def download_putty():
|
|||
delete_from_temp('putty.zip')
|
||||
|
||||
|
||||
def download_shutup10():
|
||||
"""Download O&O ShutUp10."""
|
||||
out_path = BIN_DIR.joinpath('ShutUp10/OOSU10.exe')
|
||||
download_file(out_path, SOURCES['ShutUp10'])
|
||||
|
||||
|
||||
def download_snappy_driver_installer_origin():
|
||||
"""Download Snappy Driver Installer Origin."""
|
||||
archive = download_to_temp('aria2.zip', SOURCES['Aria2'])
|
||||
|
|
@ -524,6 +530,7 @@ def build_kit():
|
|||
try_print.run('Notepad++...', download_notepad_plus_plus)
|
||||
try_print.run('OpenShell...', download_openshell)
|
||||
try_print.run('PuTTY...', download_putty)
|
||||
try_print.run('O&O ShutUp10...', download_shutup10)
|
||||
try_print.run('Snappy Driver Installer...', download_snappy_driver_installer_origin)
|
||||
try_print.run('TestDisk...', download_testdisk)
|
||||
try_print.run('Windows Repair AIO...', download_windows_repair_aio)
|
||||
|
|
|
|||
Loading…
Reference in a new issue