Skip to content

Commit

Permalink
fixed ev codesign to follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Feb 25, 2024
1 parent 338ae7a commit 4fdd546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows-ev-codesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ INPUT_FILE="$1"
OUTPUT_FILE="$2"

# Download the .tgz file using curl. You can use wget if you prefer.
curl -o "$TAR_FILE" "$TAR_URL"
curl -L -o "$TAR_FILE" "$TAR_URL"

# Alternatively, if you prefer wget, uncomment the following line and comment out the curl command above.
# wget -O "$TAR_FILE" "$TAR_URL"
Expand Down

0 comments on commit 4fdd546

Please sign in to comment.