Fix path separators in build-msi.sh for Windows compatibility

This commit is contained in:
Simon Larsen
2024-12-23 19:10:41 +00:00
parent e61e7f3ba0
commit c04c2a3563

View File

@@ -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