workflows: exclude libgdk-3.so.0 when building appimage

either both libgtk/libgdk should be included, or neither
main
Ilya Zhuravlev 2021-01-20 22:08:41 -05:00
parent fe3f447968
commit 5b193bda01
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
run: | run: |
source venv/bin/activate source venv/bin/activate
fbs freeze fbs freeze
find -name libgdk-3.so.0 | xargs rm
fbs installer fbs installer
deactivate deactivate
./pkg2appimage-*/pkg2appimage misc/Vial.yml ./pkg2appimage-*/pkg2appimage misc/Vial.yml