Skip to content

Commit

Permalink
add version output for "gpg" and "gpgv"
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Jun 6, 2024
1 parent 0e33633 commit be5c5ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/windows/buildExe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ Write-Output 'INFO: Python versions info'
# before exiting, output the versions of software installed
C:\tmp\kivy_venv\Scripts\python.exe --version | Out-String
C:\tmp\kivy_venv\Scripts\python.exe -m pip list | Out-String
gpg --version | Out-String
gpgv --version | Out-String

# print all environment variables
Get-ChildItem env:
Expand Down

0 comments on commit be5c5ab

Please sign in to comment.