From 56ff1906df957e484b811a5e2e3298dba5e26ba3 Mon Sep 17 00:00:00 2001 From: smplayer-dev <10128951+smplayer-dev@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:58:46 +0200 Subject: [PATCH] Disable smtube in the appimage --- .github/workflows/build-appimage.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-appimage.yml b/.github/workflows/build-appimage.yml index 9e2db1800..2a5c61a82 100644 --- a/.github/workflows/build-appimage.yml +++ b/.github/workflows/build-appimage.yml @@ -1,6 +1,6 @@ name: Build Appimage - -on: + +on: workflow_dispatch: release: types: [published] @@ -13,7 +13,7 @@ jobs: config: - { os: 'ubuntu-latest', container: 'wachii/xenial-qt:5.14.0', qt: '5.14', distro: 'xenial' } #- { os: 'ubuntu-18.04', container: '', qt: '5.09', distro: 'bionic'} - + runs-on: ${{matrix.config.os}} container: ${{matrix.config.container}} @@ -47,6 +47,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Download smtube + if: ${{false}} run: | git clone https://github.com/smplayer-dev/smtube.git smtube echo "USE_SMTUBE_LIB=1" >> $GITHUB_ENV @@ -88,7 +89,7 @@ jobs: wget https://github.com/smplayer-dev/mplayer-mod/releases/download/v1.5-110/mplayer-mod_1.5-1.${{matrix.config.distro}}_amd64.deb sudo apt-get -y install ./mplayer*.deb --no-install-recommends cp /usr/bin/mplayer smplayer/appdir/usr/bin - + - name: Install openssl if: ${{ matrix.config.distro == 'xenial' }} run: | @@ -104,7 +105,7 @@ jobs: -bundle-non-qt-libs \ -exclude-libs=libgmodule-2.0.so.0 \ -appimage --appimage-extract-and-run - + - name: Create artifact if: github.event_name != 'release' uses: actions/upload-artifact@v2 @@ -120,4 +121,4 @@ jobs: file: ./smplayer/*.AppImage tag: ${{ github.ref }} overwrite: true - file_glob: true + file_glob: true