Skip to content

Commit c8a1ba2

Browse files
committed
refactor: remove embedded pillow
1 parent 9a216b4 commit c8a1ba2

File tree

130 files changed

+9
-32155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+9
-32155
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Install Python 3.8 or above. Check your version with :
3535
python --version
3636
```
3737

38+
Install [pillow](https://formulae.brew.sh/formula/pillowusing) Homebrew :
39+
40+
```shell
41+
brew install pillow
42+
```
43+
3844
## πŸ§™β€β™‚οΈ Invoke the workflow
3945

4046
There is 2 flows in this workflow :

β€Žsrc/api.pyβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import os
22
import re
3-
import sys
43
import json
54
import datetime
65
from urllib import request
7-
sys.path.insert(0, './lib')
86
import xml.etree.ElementTree as ET
97
from PIL import Image, ImageDraw, ImageFont
108
from utils import api_file_path, data_folder_path, icons_folder_path, display_notification, language

β€Žsrc/info.plistβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,8 +1186,10 @@ note: not all emojis are available in all languages.</string>
11861186
<string>sound</string>
11871187
</dict>
11881188
</array>
1189+
<key>variablesdontexport</key>
1190+
<array/>
11891191
<key>version</key>
1190-
<string>1.2.0</string>
1192+
<string>1.2.1</string>
11911193
<key>webaddress</key>
11921194
<string>https://github.com/BenjaminOddou/alfred-emoji-wine</string>
11931195
</dict>
-149 KB
Binary file not shown.
-389 KB
Binary file not shown.
-214 KB
Binary file not shown.
-2.19 MB
Binary file not shown.
-7.86 MB
Binary file not shown.
-361 KB
Binary file not shown.
-1 MB
Binary file not shown.

0 commit comments

Comments
Β (0)