Skip to content

Commit

Permalink
Fix path separators in build-msi.sh for consistency across platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 23, 2024
1 parent c04c2a3 commit 45803a8
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 45803a8

Please sign in to comment.