win32: Add o&o shutup 10 privacy tool
This commit is contained in:
parent
623ab68174
commit
878e230ed5
@ -194,7 +194,6 @@ if !install_llvm_clang! == 1 (
|
||||
set llvm_bin_dir=!llvm_dir!\bin
|
||||
)
|
||||
|
||||
|
||||
REM ----------------------------------------------------------------------------
|
||||
REM Misc Tools
|
||||
REM ----------------------------------------------------------------------------
|
||||
@ -223,6 +222,18 @@ if !install_mingw64! == 1 (
|
||||
)
|
||||
)
|
||||
|
||||
REM ----------------------------------------------------------------------------
|
||||
REM O&O ShutUp10 (Privacy Tool for Windows)
|
||||
REM ----------------------------------------------------------------------------
|
||||
if !install_ooshutup10! == 1 (
|
||||
set oo_shutup_10_dir=!tools_dir!\oo_shutup_10
|
||||
set oo_shutup_10_file=!oo_shutup_10_dir!\oo_shutup_10.exe
|
||||
if not exist "!oo_shutup_10_file!" (
|
||||
if not exist "!oo_shutup_10_dir!" mkdir "!oo_shutup_10_dir!"
|
||||
call :DownloadFile "https://dl5.oo-software.com/files/ooshutup10/OOSU10.exe" "!oo_shutup_10_file!" || exit /B
|
||||
)
|
||||
)
|
||||
|
||||
REM ----------------------------------------------------------------------------
|
||||
REM ProcessHacker
|
||||
REM ----------------------------------------------------------------------------
|
||||
|
@ -12,6 +12,7 @@ set install_joplin=1
|
||||
set install_keypirinha=1
|
||||
set install_llvm_clang=1
|
||||
set install_mingw64=1
|
||||
set install_ooshutup10=1
|
||||
set install_process_hacker=1
|
||||
set install_python3=1
|
||||
set install_ripgrep=1
|
||||
|
Loading…
Reference in New Issue
Block a user