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

This commit is contained in:
Simon Larsen
2024-12-23 18:42:23 +00:00
parent 9601bdec93
commit e438050f6e

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