Skip to content

Commit

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

Please sign in to comment.