From ec7d5fe5c22ef2f9cc93a0484c13dd6e2ba00df6 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 20 Dec 2024 12:08:47 +0000 Subject: [PATCH] Update ARM64 binary path in MSI build script to reflect new version structure --- InfrastructureAgent/build-msi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InfrastructureAgent/build-msi.sh b/InfrastructureAgent/build-msi.sh index b4656334b9..2548bdce4b 100644 --- a/InfrastructureAgent/build-msi.sh +++ b/InfrastructureAgent/build-msi.sh @@ -21,7 +21,7 @@ echo "Building MSI for version: $APP_VERSION" # Paths to binaries BINARIES=( "./dist/oneuptime_windows_amd64_v1/oneuptime-infrastructure-agent.exe" - "./dist/oneuptime_windows_arm64/oneuptime-infrastructure-agent.exe" + "./dist/oneuptime_windows_arm64_v8.0/oneuptime-infrastructure-agent.exe" ) # Architecture mappings