Fix hicolor icon theme package name in build script

This commit is contained in:
deepend-tildeclub
2026-02-05 22:31:36 -07:00
committed by GitHub
parent 981cf94719
commit e77aca2037

View File

@@ -76,7 +76,7 @@ jobs:
python -m pip install C:\gtk-build\github\gvsbuild
$gvsPlatform = if ("${{ matrix.platform }}" -eq "win32") { "x86" } else { "x64" }
gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3 openssl lgi luajit libxml2 enchant gstreamer hicolor_icon_theme
gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3 openssl lgi luajit libxml2 enchant gstreamer hicolor-icon-theme
if ($gvsPlatform -eq "x86") {
$gtkRoot = "C:\gtk-build\gtk"
foreach ($alias in @("Win32", "win32")) {