From 797e5eaa04fa7107b4beff250b725c956a892cec Mon Sep 17 00:00:00 2001 From: Matthias Weiss Date: Tue, 30 Sep 2025 14:50:01 +0200 Subject: [PATCH 1/2] I hate submodules --- libs/hbb_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hbb_common b/libs/hbb_common index 9e7696c7d4e..7ea868612df 160000 --- a/libs/hbb_common +++ b/libs/hbb_common @@ -1 +1 @@ -Subproject commit 9e7696c7d4e346508ba68e801a53c6d1f1748fb5 +Subproject commit 7ea868612dfee7954facb9a7857d65ef875076eb From 815655c7d3fcf0c55d4f6d9e6526802e7d26026e Mon Sep 17 00:00:00 2001 From: Matthias Weiss Date: Tue, 30 Sep 2025 16:15:02 +0200 Subject: [PATCH 2/2] disable appimage build --- .github/workflows/flutter-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 0131ab68546..b70708e64f6 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -1812,10 +1812,11 @@ jobs: path: rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}-sciter.deb build-appimage: + if: false name: Build appimage ${{ matrix.job.target }} needs: [build-rustdesk-linux] runs-on: ubuntu-22.04 - if: ${{ inputs.upload-artifact }} + # if: ${{ inputs.upload-artifact }} strategy: fail-fast: false matrix: