Windows: Update PawnIO module, Gvsbuild, and ico

This commit is contained in:
Stephen Horvath
2026-03-21 14:22:34 +10:00
parent a91556e3e6
commit f45cb3db36
3 changed files with 2 additions and 2 deletions

View File

@@ -19,11 +19,11 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: C:\gtk path: C:\gtk
key: Gvsbuild_2025.11.1 key: Gvsbuild_2026.2.0
- name: Download GTK4 Gvsbuild zip - name: Download GTK4 Gvsbuild zip
if: steps.cache-gtk4.outputs.cache-hit != 'true' if: steps.cache-gtk4.outputs.cache-hit != 'true'
run: Start-BitsTransfer -Source https://github.com/wingtk/gvsbuild/releases/download/2025.11.1/GTK4_Gvsbuild_2025.11.1_x64.zip -Destination Gvsbuild.zip run: Start-BitsTransfer -Source https://github.com/wingtk/gvsbuild/releases/download/2026.2.0/GTK4_Gvsbuild_2026.2.0_x64.zip -Destination Gvsbuild.zip
- name: Extract Gvsbuild zip - name: Extract Gvsbuild zip
if: steps.cache-gtk4.outputs.cache-hit != 'true' if: steps.cache-gtk4.outputs.cache-hit != 'true'

Binary file not shown.

BIN
pyinstaller/yafi.ico Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 398 KiB