Fix binary paths in build script for MSI to remove leading dot

This commit is contained in:
Simon Larsen
2024-12-20 15:55:46 +00:00
parent c8a966a2f7
commit ef06d47619

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