From c76132fec030cb4d14a04a9f8495e818bcbff757 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 13 Mar 2024 17:03:13 +0000 Subject: [PATCH] Update Windows build script to use bash command instead of relative path --- InfrastructureAgent/Scripts/Build/Windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InfrastructureAgent/Scripts/Build/Windows.ps1 b/InfrastructureAgent/Scripts/Build/Windows.ps1 index 22eddaeb5f..72ca202cc9 100644 --- a/InfrastructureAgent/Scripts/Build/Windows.ps1 +++ b/InfrastructureAgent/Scripts/Build/Windows.ps1 @@ -1,6 +1,6 @@ # This is taken from: https://nodejs.org/api/single-executable-applications.html # Run Base.sh -./Base.sh +bash ./Base.sh # This is a PowerShell script that builds the Windows version of the Infrastructure Agent. SET SCRIPT_DIR=%~dp0