qt6-pdf: fix arm64 install

This commit is contained in:
Đoàn Trần Công Danh 2023-12-12 22:46:51 +07:00
parent 6a8f0b229d
commit 99b9914c2e
1 changed files with 1 additions and 2 deletions

View File

@ -212,8 +212,7 @@ qt6-webengine_package() {
vmove "usr/lib/qt6/metatypes/qt6webengine*"
vmove "usr/lib/qt6/plugins/designer/libqwebengineview.so"
vmove "usr/lib/qt6/qml/QtWebEngine"
vmove "usr/share/qt6/resources/qtwebengine*"
vmove "usr/share/qt6/resources/v8*"
vmove "usr/share/qt6/resources"
vmove "usr/share/qt6/translations/qtwebengine*"
vlicense src/3rdparty/chromium/LICENSE
}