Update build-qv2ray-cmake.yml

Fix QV2RAY_TRANSLATION_PATH
This commit is contained in:
DuckSoft 2020-03-08 23:20:43 +08:00 committed by GitHub
parent d79f7385e1
commit 59e26dc666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=./AppDir/usr -DCMAKE_BUILD_TYPE=Release cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=./AppDir/usr -DCMAKE_BUILD_TYPE=Release -DQV2RAY_TRANSLATION_PATH="/usr/share/qv2ray/lang"
cmake --build . --parallel $(nproc) cmake --build . --parallel $(nproc)
cmake --install . cmake --install .
# ========================================================================================================= Deployments # ========================================================================================================= Deployments