From 71db497702e9ad6ad91c6f796680f0d4e8b639f6 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Mon, 30 Sep 2024 15:08:56 -0500 Subject: [PATCH] linux --- .github/workflows/generator-linux.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generator-linux.yml b/.github/workflows/generator-linux.yml index d47b5a4..c53bcf5 100644 --- a/.github/workflows/generator-linux.yml +++ b/.github/workflows/generator-linux.yml @@ -266,11 +266,6 @@ jobs: run: | sed -i -e '/if !key.is_empty() && !token.is_empty() {/,/}/d' ./src/client.rs - - name: replace flutter icons - run: | - cd ./flutter - flutter pub run flutter_launcher_icons - cd .. - name: Restore bridge files if: matrix.job.arch == 'x86_64' || env.UPLOAD_ARTIFACT == 'true' @@ -419,6 +414,9 @@ jobs: chmod 777 output -R export CARGO_INCREMENTAL=0 export DEB_ARCH=${{ matrix.job.deb_arch }} + pushd ./flutter + flutter pub run flutter_launcher_icons + popd python3 ./build.py --flutter --skip-cargo for name in rustdesk*??.deb; do mv "$name" /workspace/output/"${{ inputs.filename }}-${{ matrix.job.arch }}.deb"