Skip to content

Commit

Permalink
Exclude some icon resources from linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Dec 5, 2023
1 parent f8f01cd commit 19366a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist_assets/linux/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ AppDir:
- libgtk-3-0
- librsvg2-common # GTK3 recommendation; without it, search in char editor crashes
- libwebkit2gtk-4.0-37 # Needed for wx's HTML lib
exclude: []
exclude:
- hicolor-icon-theme
- humanity-icon-theme
- ubuntu-mono

after_bundle:
# Install python dependencies to bundled interpreter
Expand Down

0 comments on commit 19366a0

Please sign in to comment.