workflows: exclude libgdk-3.so.0 when building appimage
either both libgtk/libgdk should be included, or neithermain
parent
fe3f447968
commit
5b193bda01
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
run: |
|
||||
source venv/bin/activate
|
||||
fbs freeze
|
||||
find -name libgdk-3.so.0 | xargs rm
|
||||
fbs installer
|
||||
deactivate
|
||||
./pkg2appimage-*/pkg2appimage misc/Vial.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue