Skip to content

Commit

Permalink
Also update the native library for Linux and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 22, 2019
1 parent bd48f14 commit e2d7b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magick.Native/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ installPackage() {
mkdir temp

# Temporary download from DropBox
nuget_url="https://dl.dropboxusercontent.com/s/vlsjsdwnk7va63t/Magick.Native.$version.nupkg"
nuget_url="https://dl.dropboxusercontent.com/s/u1owwgkd01ca99v/Magick.Native.$version.nupkg"
curl -s -o Magick.Native.$version.nupkg $nuget_url

cwd=$(pwd)
Expand Down

0 comments on commit e2d7b34

Please sign in to comment.