Remove the GTK theme from Linux. Has the potential to cause a crash when opening a file dialog. GTK is deprecated in favor of Fusion.

This commit is contained in:
Dan Paulat 2024-05-23 00:48:12 -05:00
parent 49800c014b
commit f54b439e5a

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