windows generator update

This commit is contained in:
Bryan Gerlach
2024-11-19 07:56:06 -06:00
parent edd658da01
commit 1c6dd127ac

View File

@@ -107,7 +107,7 @@ jobs:
build-for-windows-flutter:
name: Build Windows
needs: [build-RustDeskTempTopMostWindow, generate-bridge]
runs-on: windows-2022
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: false
matrix:
@@ -221,7 +221,6 @@ jobs:
with:
channel: "stable"
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
- name: Replace engine with rustdesk custom flutter engine
run: |
@@ -232,6 +231,7 @@ jobs:
mv -Force windows-x64-release/*  C:/hostedtoolcache/windows/flutter/stable-${{ env.FLUTTER_VERSION }}-x64/bin/cache/artifacts/engine/windows-x64-release/
- name: Patch flutter
continue-on-error: true
shell: bash
run: |
cp .github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff $(dirname $(dirname $(which flutter)))