mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
cmake: fixing GitHub Action - 5
This commit is contained in:
parent
34d66b010d
commit
5ac17d2b9b
3
.github/workflows/build-qv2ray-cmake.yml
vendored
3
.github/workflows/build-qv2ray-cmake.yml
vendored
@ -119,6 +119,9 @@ jobs:
|
||||
run: |
|
||||
cd build
|
||||
cmake --build . --parallel $(nproc)
|
||||
mkdir ./qv2ray.app
|
||||
mkdir ./qv2ray.app/Contents
|
||||
cp ../assets/info.plist ./qv2ray.app/Contents
|
||||
cmake --install .
|
||||
# -------------------------------------------------------- Deployments
|
||||
- name: Linux - ${{ matrix.qt_version }} - Generating AppImage
|
||||
|
Loading…
Reference in New Issue
Block a user