Skip to content

Commit

Permalink
Fix binary paths in build script for MSI to remove leading dot
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 20, 2024
1 parent c8a966a commit ef06d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InfrastructureAgent/build-msi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ echo "Building MSI for version: $APP_VERSION"

# Paths to binaries
BINARIES=(
"./dist/oneuptime_windows_amd64_v1/oneuptime-infrastructure-agent.exe"
"./dist/oneuptime_windows_arm64_v8.0/oneuptime-infrastructure-agent.exe"
"/dist/oneuptime_windows_amd64_v1/oneuptime-infrastructure-agent.exe"
"/dist/oneuptime_windows_arm64_v8.0/oneuptime-infrastructure-agent.exe"
)

# Architecture mappings
Expand Down

0 comments on commit ef06d47

Please sign in to comment.