mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Remove backslash from the directory path to fix the SBOM generation issue on Windows.
This commit is contained in:
parent
0b91244f91
commit
ed8aeed818
2
Make.bat
2
Make.bat
@ -364,7 +364,7 @@ REM Main build sequence Ends
|
|||||||
|
|
||||||
:GENERATE_SBOM
|
:GENERATE_SBOM
|
||||||
ECHO Generating SBOM...
|
ECHO Generating SBOM...
|
||||||
CALL syft "%BUILDROOT%\" -o cyclonedx-json > "%BUILDROOT%\sbom.json"
|
CALL syft "%BUILDROOT%" -o cyclonedx-json > "%BUILDROOT%\sbom.json"
|
||||||
|
|
||||||
:SIGN_INSTALLER
|
:SIGN_INSTALLER
|
||||||
ECHO Attempting to sign the installer...
|
ECHO Attempting to sign the installer...
|
||||||
|
Loading…
Reference in New Issue
Block a user