File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1210,7 +1210,7 @@ note: not all emojis are available in all languages.</string>
12101210 </dict >
12111211 </array >
12121212 <key >version </key >
1213- <string >1.2.6 </string >
1213+ <string >1.2.7 </string >
12141214 <key >webaddress </key >
12151215 <string >https://github.com/BenjaminOddou/alfred-emoji-wine </string >
12161216</dict >
Original file line number Diff line number Diff line change 1010 padding = 10
1111cache_folder_path = os .environ ['alfred_workflow_cache' ] # ~/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.benjamino.emoji_wine
1212data_folder_path = os .environ ['alfred_workflow_data' ] # ~/Library/Application Support/Alfred/Workflow Data/com.benjamino.emoji_wine
13+ for folder in [cache_folder_path , data_folder_path ]:
14+ os .makedirs (folder , exist_ok = True )
1315assets_folder_path = f'{ os .getcwd ()} /icons/assets'
1416api_file_path = f'{ cache_folder_path } /api.json'
1517tags_file_path = f'{ data_folder_path } /tags-{ language } .json'
You can’t perform that action at this time.
0 commit comments