fix: gtk url

This commit is contained in:
eeee0717
2025-06-14 15:28:19 +08:00
parent b3354dfc27
commit 5b8644db50
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
if: matrix.os == 'windows-latest'
shell: powershell
run: |
$gtkUrl = "https://sourceforge.net/projects/pidgin/files/GTK%2B%20for%20Windows/2.24.32/gtk-dev-2.24.32-rev1-win64.zip/download"
$gtkUrl = "https://ftp.gnome.org/pub/GNOME/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip"
$gtkZipPath = "C:\gtk-bundle.zip"
$gtkExtractPath = "C:\GTK_TEMP_EXTRACT"
$gtkInstallPath = "C:\GTK"