Skip to content

Commit 6690fa9

Browse files
authored
Update make-appimage.sh
1 parent bac2874 commit 6690fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python_dir=$(echo ./AppDir/shared/lib/python*)
3636
for f in $(find ./ -type f -name '*.pyc' -print); do
3737
case "$f" in
3838
gsecrets) :;;
39-
secrets) :;;
39+
secrets) :;;
4040
*) [ ! -f "$f" ] || rm -f "$f";;
4141
esac
4242
done

0 commit comments

Comments
 (0)