Update Windows build script to use bash command instead of relative path

This commit is contained in:
Simon Larsen 2024-03-13 17:03:13 +00:00
parent d6d699f0b5
commit c76132fec0
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -1,6 +1,6 @@
# This is taken from: https://nodejs.org/api/single-executable-applications.html # This is taken from: https://nodejs.org/api/single-executable-applications.html
# Run Base.sh # Run Base.sh
./Base.sh bash ./Base.sh
# This is a PowerShell script that builds the Windows version of the Infrastructure Agent. # This is a PowerShell script that builds the Windows version of the Infrastructure Agent.
SET SCRIPT_DIR=%~dp0 SET SCRIPT_DIR=%~dp0