diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-12 23:55:35 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-12 23:55:35 +0200 |
commit | 9d7235867e579b751ae7fc6e31084b9e2fd20889 (patch) | |
tree | 78baedcb0f5a6fe853b506b7a91bc1587359070e /AppImageBuilder.yml | |
parent | Remove examples from appimage (diff) | |
download | nheko-9d7235867e579b751ae7fc6e31084b9e2fd20889.tar.xz |
Ignore some more files in appimage
Diffstat (limited to 'AppImageBuilder.yml')
-rw-r--r-- | AppImageBuilder.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 113ac60c..804fa03f 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -90,6 +90,8 @@ AppDir: - usr/share/doc - opt/qt515/examples - opt/qt515/bin + - opt/qt515/include + - opt/qt515/mkspecs test: fedora: image: appimagecrafters/tests-env:fedora-30 |