Skip to content

Commit 9dd9640

Browse files
authored
do not bundle all of gio
1 parent 3edcbba commit 9dd9640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rofi-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ mkdir ./AppDir && (
3434
chmod +x ./sharun-aio
3535
./sharun-aio l -p -v -k -s \
3636
./bin/* \
37-
/usr/lib/gio/modules/* \
38-
/usr/lib/gdk-pixbuf-*/*/*/*
37+
/usr/lib/gdk-pixbuf-*/*/*/* \
38+
/usr/lib/gio/modules/libgvfsdbus.so
3939
rm -rf ./sharun-aio ./rofi ./usr
4040

4141
# AppRun

0 commit comments

Comments
 (0)