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: |
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue