Skip to content

Commit

Permalink
add a hex dump for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Jun 6, 2024
1 parent bf048e1 commit 0e33633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/windows/buildExe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ cat "${tmpDir}\buskill-app-deps\build\deps\SHA256SUMS" | Out-String
Get-FileHash "${tmpDir}\buskill-app-deps\build\deps\SHA256SUMS.asc" | Out-String
Get-FileHash "${tmpDir}\buskill-app-deps\build\deps\SHA256SUMS" | Out-String

Format-Hex "${tmpDir}\buskill-app-deps\build\deps\SHA256SUMS.asc" | Out-String
Format-Hex "${tmpDir}\buskill-app-deps\build\deps\SHA256SUMS" | Out-String

dir "${tmpDir}"
dir "${tmpDir}\gnupg"
dir "${tmpDir}\buskill-app-deps\build\deps"
Expand Down

0 comments on commit 0e33633

Please sign in to comment.