Skip to content

Commit 5064843

Browse files
committed
🔖 release v1.3.1
1 parent 5771780 commit 5064843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<key>escaping</key>
148148
<integer>102</integer>
149149
<key>script</key>
150-
<string>arch -x86_64 ./workflow -u</string>
150+
<string>[ "$(uname -m)" = "arm64" ] &amp;&amp; ./workflow -u || ./workflow_intel -u</string>
151151
<key>scriptargtype</key>
152152
<integer>1</integer>
153153
<key>scriptfile</key>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 1.3.0
7+
version: 1.3.1
88

99
environment:
1010
sdk: '>=3.2.0 <4.0.0'

0 commit comments

Comments
 (0)