diff --git a/Make.bat b/Make.bat index ca101cc94..aad018ef2 100644 --- a/Make.bat +++ b/Make.bat @@ -364,7 +364,7 @@ REM Main build sequence Ends :GENERATE_SBOM ECHO Generating SBOM... - CALL syft "%BUILDROOT%\" -o cyclonedx-json > "%BUILDROOT%\sbom.json" + CALL syft "%BUILDROOT%" -o cyclonedx-json > "%BUILDROOT%\sbom.json" :SIGN_INSTALLER ECHO Attempting to sign the installer...