Skip to content

Commit

Permalink
Merge pull request #32 from geekdinazor/main
Browse files Browse the repository at this point in the history
fix: fix flatpak
  • Loading branch information
geekdinazor authored Feb 4, 2025
2 parents 5426a90 + fecafeb commit 224e795
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flatpak/com.furkankalkan.FinchS3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ modules:
# Find botocore version and trim it
- |
BOTOCORE_PATH=$(python3 -c "import botocore; print(botocore.__path__[0])")
cd $BOTOCORE_PATH/data
for dir in *; do
if [[ ! "$dir" =~ ^s3.* ]]; then
rm -rf "$dir"
fi
done
find $BOTOCORE_PATH/data -maxdepth 1 -type d ! -name s3\* ! -path $BOTOCORE_PATH/data -exec rm -rf {} \;
- name: python3-requirements
buildsystem: simple
Expand Down

0 comments on commit 224e795

Please sign in to comment.