Update download link for GTK3 Gvsbuild archive

This commit is contained in:
deepend-tildeclub
2026-02-14 11:49:41 -07:00
committed by GitHub
parent 3a5fc95725
commit 0e3322d4a8

View File

@@ -93,7 +93,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install cffi
Invoke-WebRequest https://github.com/ZoiteChat/gvsbuild/releases/download/zoitechat-2.18.0-pre1/GTK3_Gvsbuild_zoitechat-2.18.0-pre1_x64.zip -OutFile deps\gtk.7z
Invoke-WebRequest https://github.com/ZoiteChat/gvsbuild/releases/download/zoitechat-2.18.0-pre1/GTK3_Gvsbuild_zoitechat-2.18.0-pre1_x64.7z -OutFile deps\gtk.7z
& 7z.exe x deps\gtk.7z -oC:\gtk-build\gtk\x64\release
if ($LASTEXITCODE -gt 1) {