diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index ca38598b3..b1287150b 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -319,7 +319,7 @@ jobs: ./SignOutput/rustdesk-*.exe ./rustdesk-*.tar.gz - build-for-macOS-arm64: + build-for-macOS-arm64-selfhost: # use build-for-macOS instead if: false name: build-for-macOS-arm64 diff --git a/appimage/AppImageBuilder-aarch64.yml b/appimage/AppImageBuilder-aarch64.yml index bfe5348f5..e78b0f286 100644 --- a/appimage/AppImageBuilder-aarch64.yml +++ b/appimage/AppImageBuilder-aarch64.yml @@ -55,7 +55,7 @@ AppDir: - libwayland-egl1 - libpulse0 - packagekit-gtk3-module - - libcanberra-gtk-module + - libcanberra-gtk3-module exclude: - humanity-icon-theme - hicolor-icon-theme diff --git a/appimage/AppImageBuilder-x86_64.yml b/appimage/AppImageBuilder-x86_64.yml index 7a4550efb..b1bd2ee3f 100644 --- a/appimage/AppImageBuilder-x86_64.yml +++ b/appimage/AppImageBuilder-x86_64.yml @@ -58,7 +58,7 @@ AppDir: - libwayland-egl1 - libpulse0 - packagekit-gtk3-module - - libcanberra-gtk-module + - libcanberra-gtk3-module exclude: - humanity-icon-theme - hicolor-icon-theme