Skip to content

Commit b52cf7b

Browse files
authored
add gtk3
1 parent c4a2b45 commit b52cf7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ export DEPLOY_P11KIT=1
1818
export URUNTIME_PRELOAD=1 # really needed here
1919

2020
# Deploy dependencies
21-
quick-sharun ./AppDir/bin/*
21+
quick-sharun \
22+
./AppDir/bin/* \
23+
/usr/lib/libgtk-3.so*
2224

2325
# Additional changes can be done in between here
2426

0 commit comments

Comments
 (0)