File tree Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
- APP_VERSION = 1.1.9
1
+ APP_VERSION = 1.1.11
2
2
GITHUB_REPOSITORY_URL = https://github.com/techouse/alfred-gitmoji
3
3
ALGOLIA_SEARCH_INDEX =
4
4
ALGOLIA_APPLICATION_ID =
Original file line number Diff line number Diff line change @@ -26,15 +26,6 @@ const updateItem = AlfredItem(
26
26
valid: true ,
27
27
);
28
28
29
- void _showPlaceholder () {
30
- _workflow.addItem (
31
- const AlfredItem (
32
- title: 'Search for gitmojis ...' ,
33
- icon: AlfredItemIcon (path: 'icon.png' ),
34
- ),
35
- );
36
- }
37
-
38
29
Future <void > _performSearch (String query) async {
39
30
final AlgoliaQuerySnapshot snapshot = await AlgoliaSearch .query (query);
40
31
Original file line number Diff line number Diff line change 75
75
<key >escaping </key >
76
76
<integer >102 </integer >
77
77
<key >script </key >
78
- <string >./gm -u </string >
78
+ <string >arch -x86_64 ./gm -u </string >
79
79
<key >scriptargtype </key >
80
80
<integer >1 </integer >
81
81
<key >scriptfile </key >
169
169
<key >runningsubtext </key >
170
170
<string >Fetching gitmojis ... </string >
171
171
<key >script </key >
172
- <string >./gm -q "{query}" </string >
172
+ <string >arch -x86_64 ./gm -q "{query}" </string >
173
173
<key >scriptargtype </key >
174
174
<integer >0 </integer >
175
175
<key >scriptfile </key >
255
255
<key >variablesdontexport </key >
256
256
<array />
257
257
<key >version </key >
258
- <string >1.1.10 </string >
258
+ <string >1.1.11 </string >
259
259
<key >webaddress </key >
260
260
<string >https://github.com/techouse </string >
261
261
</dict >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
4
4
# Prevent accidental publishing to pub.dev.
5
5
publish_to : ' none'
6
6
7
- version : 1.1.10
7
+ version : 1.1.11
8
8
9
9
environment :
10
10
sdk : ' >=2.17.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments