Skip to content

Commit

Permalink
AppImage: Include all plaform themes
Browse files Browse the repository at this point in the history
This might improve native style based on GTK 3, depending on the context.
  • Loading branch information
bjorn committed Jun 4, 2024
1 parent f6d6d4e commit 4886d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
wget --no-verbose "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
wget --no-verbose "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage"
chmod +x linuxdeploy*.AppImage
export DEPLOY_PLATFORM_THEMES=true
export EXTRA_QT_PLUGINS=svg
export LD_LIBRARY_PATH=/opt/Qt/${QT_VERSION}/gcc_64/lib:$PWD/AppDir/usr/lib
export OUTPUT=Tiled-Qt${{ matrix.qt_version_major }}-x86_64.AppImage
Expand Down

0 comments on commit 4886d23

Please sign in to comment.