Skip to content

Commit b3e4b69

Browse files
authored
Update make-appimage.sh
1 parent c91ec13 commit b3e4b69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make-appimage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ export STARTUPWMCLASS=secrets # For Wayland, this is 'org.gnome.World.Secrets',
2222

2323
# Deploy dependencies
2424
quick-sharun /usr/bin/secrets \
25-
/usr/lib/libgirepository*
25+
/usr/lib/libgirepository* \
26+
/usr/lib/libusb* \
27+
/usr/lib/libcups*
2628

2729
# Patch secrets to use AppImage's directory
2830
sed -i '/from gsecrets import const/a \

0 commit comments

Comments
 (0)