Skip to content

Commit

Permalink
whoops, forgot to update the actual curl command from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Mar 8, 2024
1 parent 3f47916 commit c86f6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/buildExe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $signature_url = "https://github.com/vsajip/python-gnupg/releases/download/0.5.2
# download the latest version of the python-gnupg module
$filename = "$(Split-Path -Leaf "${file_url}")"
$filename = "${filename}.trim()" # https://stackoverflow.com/a/59218860/1174102
curl -OutFile $(Split-Path -Leaf "${file_url}") "${file_url}" | Out-String
curl -OutFile "${filename}" "${file_url}" | Out-String
echo $filename | Out-String

# get the URL to download the detached signature file
Expand Down

0 comments on commit c86f6c8

Please sign in to comment.