From d407ea452f5ceaf96aa33b99a106fb0561beb358 Mon Sep 17 00:00:00 2001 From: ymshenyu Date: Fri, 2 Oct 2020 19:13:31 +0800 Subject: [PATCH] okay okay --- .github/workflows/build-qv2ray-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index 391ce12b..6cb77216 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -184,7 +184,7 @@ jobs: cp -fv /lib/x86_64-linux-gnu/libgcc_s.so.1 ./usr/optional/libgcc_s/ cp -fv /usr/lib/x86_64-linux-gnu/{libssl.so.1.1,libcrypto.so.1.1} ./usr/lib/ cd .. - ./linuxdeployqt-6-x86_64.AppImage AppDir/usr/share/applications/qv2ray.desktop -appimage -no-strip -always-overwrite --extra-plugins=iconengines,imageformats,platforminputcontexts + ./linuxdeployqt-6-x86_64.AppImage AppDir/usr/share/applications/qv2ray.desktop -appimage -no-strip -always-overwrite -extra-plugins=iconengines,imageformats,platforminputcontexts mv ./Qv2ray*.AppImage ./Qv2ray.AppImage - name: Linux - ${{ matrix.qt_version }} - Uploading Artifact if: matrix.platform == 'ubuntu-16.04'