We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac2874 commit 6690fa9Copy full SHA for 6690fa9
make-appimage.sh
@@ -36,7 +36,7 @@ python_dir=$(echo ./AppDir/shared/lib/python*)
36
for f in $(find ./ -type f -name '*.pyc' -print); do
37
case "$f" in
38
gsecrets) :;;
39
- secrets) :;;
+ secrets) :;;
40
*) [ ! -f "$f" ] || rm -f "$f";;
41
esac
42
done
0 commit comments