cmake: fixing GitHub Action - 7

This commit is contained in:
Qv2ray-dev 2020-03-07 22:16:43 +08:00
parent e00e743dc9
commit 3740345af1

View File

@ -123,6 +123,7 @@ jobs:
mkdir ./qv2ray.app/Contents mkdir ./qv2ray.app/Contents
cp ../assets/info.plist ./qv2ray.app/Contents cp ../assets/info.plist ./qv2ray.app/Contents
sudo cmake --install . sudo cmake --install .
sudo chmod a+rw ./ --recursive --changesc
# -------------------------------------------------------- Deployments # -------------------------------------------------------- Deployments
- name: Linux - ${{ matrix.qt_version }} - Generating AppImage - name: Linux - ${{ matrix.qt_version }} - Generating AppImage
if: matrix.platform == 'ubuntu-16.04' if: matrix.platform == 'ubuntu-16.04'