Skip to content

Commit

Permalink
Remove __pycache__
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Dec 15, 2022
1 parent 30c0795 commit d6734f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ note: not all emojis are available in all languages.</string>
</dict>
</array>
<key>version</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>webaddress</key>
<string>https://github.com/fedecalendino/alfred-emoji-mate</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Emoji Mate"
version = "2.0.0"
version = "2.0.1"
description = "Quickly search for emojis"
documentation = "https://github.com/fedecalendino/alfred-emoji-mate/blob/main/README.md"
homepage = "https://github.com/fedecalendino/alfred-emoji-mate"
Expand Down
3 changes: 3 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cp -r $(find .venv | egrep "site-packages$") ./dist

echo "Clean up dist folder"
cd dist

find . | grep __pycache__ | xargs rm -rf
ls -d */ | grep info | xargs rm -rf
ls | egrep "^\_.*" | xargs rm -rf

Expand All @@ -15,5 +17,6 @@ cd ..
echo "Copy source code"
cp -r ./src/* dist


echo "Finished"
echo

0 comments on commit d6734f4

Please sign in to comment.