Skip to content

Commit

Permalink
Fix windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
akleshchev committed Jun 20, 2024
1 parent 0f2aab4 commit 71fc41e
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/Tools/BsSndRpt.exe)).FileVersionInfo.FileVersion")"
"(Get-Command $(cygpath -w $BUGSPLAT_DIR/BugSplat/Win32/Release/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 71fc41e

Please sign in to comment.