Skip to content

Commit

Permalink
Fix windows build version
Browse files Browse the repository at this point in the history
  • Loading branch information
akleshchev committed Jun 20, 2024
1 parent a5a793d commit adb852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ case "$AUTOBUILD_PLATFORM" in
# Chen:
# https://devblogs.microsoft.com/oldnewthing/20180529-00/?p=98855
BUGSPLAT_VERSION="$(powershell -Command \
"(Get-Command $(cygpath -w $BUGSPLAT_DIR/bin/BsSndRpt.exe)).FileVersionInfo.FileVersion")"
"(Get-Command $(cygpath -w $BUGSPLAT_DIR/Tools/BsSndRpt.exe)).FileVersionInfo.FileVersion")"
# PowerShell returns a version like "4, 0, 3, 0" -- use dots instead
BUGSPLAT_VERSION="${BUGSPLAT_VERSION//, /.}"

Expand Down

0 comments on commit adb852f

Please sign in to comment.