diff --git a/bucket/microsoft-win32-content-prep-tool.json b/bucket/microsoft-win32-content-prep-tool.json new file mode 100644 index 0000000000000..72fa6ebac0782 --- /dev/null +++ b/bucket/microsoft-win32-content-prep-tool.json @@ -0,0 +1,18 @@ +{ + "version": "1.8.7", + "description": "Wraps an input directory to a .intunewin file for upload to Intune as a Win32 package.", + "homepage": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool", + "license": { + "identifier": "Proprietary", + "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/blob/master/Microsoft%20License%20Terms%20For%20Win32%20Content%20Prep%20Tool.pdf" + }, + "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/archive/refs/tags/v1.8.7.zip", + "hash": "33db05a672682efc5d59ca11a17c65a484b89e30dd67f1a90e4182f191fcfb7b", + "extract_dir": "Microsoft-Win32-Content-Prep-Tool-1.8.7", + "bin": "IntuneWinAppUtil.exe", + "checkver": "github", + "autoupdate": { + "extract_dir": "Microsoft-Win32-Content-Prep-Tool-$version", + "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/archive/refs/tags/v$version.zip" + } +}