From 77fdf23a507c9465ead569631a601454932f9f5c Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Wed, 13 May 2026 01:40:16 +0200 Subject: [PATCH] [ci] Drop Mesa3D opengl32.dll bundling from Windows installer Wails3 renders via WebView2 on Windows, so the software-OpenGL fallback needed by the previous Fyne UI is no longer required. --- .github/workflows/release.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62ce0ce81..96739fd96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -546,24 +546,6 @@ jobs: - name: Move wintun.dll into dist run: mv ${{ env.downloadPath }}\wintun\bin\${{ matrix.wintun_arch }}\wintun.dll ${{ github.workspace }}\dist\${{ env.PackageWorkdir }}\ - - name: Download Mesa3D (amd64 only) - uses: carlosperate/download-file-action@v2 - id: download-mesa3d - if: matrix.arch == 'amd64' - with: - file-url: https://downloads.fdossena.com/Projects/Mesa3D/Builds/MesaForWindows-x64-20.1.8.7z - file-name: mesa3d.7z - location: ${{ env.downloadPath }} - sha256: '71c7cb64ec229a1d6b8d62fa08e1889ed2bd17c0eeede8689daf0f25cb31d6b9' - - - name: Extract Mesa3D driver (amd64 only) - if: matrix.arch == 'amd64' - run: 7z x -o"${{ env.downloadPath }}" "${{ env.downloadPath }}/mesa3d.7z" - - - name: Move opengl32.dll into dist (amd64 only) - if: matrix.arch == 'amd64' - run: mv ${{ env.downloadPath }}\opengl32.dll ${{ github.workspace }}\dist\${{ env.PackageWorkdir }}\ - - name: Download EnVar plugin for NSIS uses: carlosperate/download-file-action@v2 with: