mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
Update build-push.yml
This commit is contained in:
parent
f5247eeb21
commit
bc4d641bec
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
@ -102,8 +102,8 @@ jobs:
|
||||
make install INSTALL_ROOT=AppDir
|
||||
cd AppDir
|
||||
mkdir -p ./opt/Qv2ray/lib/
|
||||
cp $(locate $(strings $(locate libQt5Network.so|grep /usr|head -n1)|grep libssl.so)|grep /usr|head -n1) ./opt/Qv2ray/lib/
|
||||
cp $(locate $(strings $(locate libQt5Network.so|grep /usr|head -n1)|grep libcrypto.so)|grep /usr|head -n1)
|
||||
cp $(locate $(strings $(locate libQt5Network.so|grep usr|head -n1)|grep libssl.so)|grep /lib/|head -n1) ./opt/Qv2ray/lib/
|
||||
cp $(locate $(strings $(locate libQt5Network.so|grep usr|head -n1)|grep crypto.so)|grep /lib/|head -n1) ./opt/Qv2ray/lib/
|
||||
- name: Build AppImage using linuxdeployqt
|
||||
run: |
|
||||
cd build/AppDir
|
||||
|
Loading…
Reference in New Issue
Block a user