Skip to content
Snippets Groups Projects
Commit 5ab4e0eb authored by Martin Finkel's avatar Martin Finkel
Browse files

ci: update gtk download link

parent f12e433e
Branches master
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ steps:
targetType: 'inline'
script: |
$msiFile = "gtk-sharp-2.12.45.msi"
Invoke-WebRequest "https://github.com/mfkl/gtk-sharp-msi/raw/main/$msiFile" -OutFile $msiFile
Invoke-WebRequest "https://github.com/mono/gtk-sharp/releases/download/2.12.45/$msiFile" -OutFile $msiFile
$arguments = "/i `"$msiFile`" /quiet"
Start-Process msiexec.exe -ArgumentList $arguments -Wait
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment