Skip to content

Commit

Permalink
fix mac builds
Browse files Browse the repository at this point in the history
I forgot one `--location` argument on the last `curl` command
  • Loading branch information
maltfield committed Mar 7, 2024
1 parent da5415d commit a5ee7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ signature_url='https://github.com/vpelletier/python-libusb1/releases/download/3.
# * https://github.com/BusKill/buskill-app/issues/70
curl --location --remote-name "${file_url}"
filename="`ls -1 | head -n1`"
curl --remote-name "${signature_url}"
curl --location --remote-name "${signature_url}"

mkdir gnupg
chmod 0700 gnupg
Expand Down

0 comments on commit a5ee7ae

Please sign in to comment.