mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Fix binary paths in build script for MSI to remove leading dot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user