mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +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: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake --build . --parallel $(nproc)
|
cmake --build . --parallel $(nproc)
|
||||||
|
mkdir ./qv2ray.app
|
||||||
|
mkdir ./qv2ray.app/Contents
|
||||||
|
cp ../assets/info.plist ./qv2ray.app/Contents
|
||||||
cmake --install .
|
cmake --install .
|
||||||
# -------------------------------------------------------- Deployments
|
# -------------------------------------------------------- Deployments
|
||||||
- name: Linux - ${{ matrix.qt_version }} - Generating AppImage
|
- name: Linux - ${{ matrix.qt_version }} - Generating AppImage
|
||||||
|
Loading…
Reference in New Issue
Block a user