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

This commit is contained in:
Simon Larsen
2024-12-20 16:58:00 +00:00
parent 946f82f978
commit c9b0d4fbec

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