add missing appdir/usr path for qt6 appimage build

This commit is contained in:
shenleban tongying 2023-07-30 07:51:17 -04:00 committed by GitHub
parent 70fa0b5c64
commit 878fc2c4b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ jobs:
cmake -S . -B build_dir -G Ninja \
-DCMAKE_BUILD_TYPE=Release
cmake --build build_dir
cmake --install ./build_dir --prefix=appdir
cmake --install ./build_dir --prefix=appdir/usr
find appdir/