Merge pull request #217 from dpaulat/feature/remove-gtk-theme

Remove the GTK theme from Linux
This commit is contained in:
Dan Paulat 2024-05-24 01:52:19 -05:00 committed by GitHub
commit 26a22d4e84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,9 +157,7 @@ jobs:
cd ..
mkdir -p plugins/
cd plugins/
mkdir -p platformthemes/
mkdir -p sqldrivers/
cp "${RUNNER_WORKSPACE}/Qt/${{ matrix.qt_version }}/${{ matrix.qt_arch }}/plugins/platformthemes/libqgtk3.so" platformthemes/
cp "${RUNNER_WORKSPACE}/Qt/${{ matrix.qt_version }}/${{ matrix.qt_arch }}/plugins/sqldrivers/libqsqlite.so" sqldrivers/
cd ..
popd