Skip to content

Commit e476c1c

Browse files
authored
remove gconv since it is not used
1 parent 384ad20 commit e476c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-appimages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ wget "$LIB4BN" -O ./AppDir/lib4bin && (
8383
ar x *.deb
8484
tar fx data.tar.xz
8585
cp -vr ./usr/lib/*/* ./shared/lib
86-
rm -rf ./usr *.tar.* *.deb
86+
rm -rf ./usr *.tar.* *.deb ./shared/lib/gconv
8787
)
8888

8989
echo '#!/bin/sh

0 commit comments

Comments
 (0)