mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
Fix path separators in build-msi.sh for consistency across platforms
This commit is contained in:
parent
c04c2a3563
commit
45803a8cd2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue