We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7d584 commit 74f85c2Copy full SHA for 74f85c2
packaging/Windows/defs/gtksharp
@@ -1,7 +1,7 @@
1
#!/bin/bash -xe
2
3
GTKSHARP_VERSION=2.12.45
4
-REPO="https://xamarin.azureedge.net/GTKforWindows/Windows/gtk-sharp-$GTKSHARP_VERSION.msi"
+REPO="https://github.com/mono/gtk-sharp/releases/download/$GTKSHARP_VERSION/gtk-sharp-$GTKSHARP_VERSION.msi"
5
REPODIR=$(dirname $(realpath $0))/../repos/gtksharp
6
7
error()
0 commit comments