We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5771780 commit 5064843Copy full SHA for 5064843
info.plist
@@ -147,7 +147,7 @@
147
<key>escaping</key>
148
<integer>102</integer>
149
<key>script</key>
150
- <string>arch -x86_64 ./workflow -u</string>
+ <string>[ "$(uname -m)" = "arm64" ] && ./workflow -u || ./workflow_intel -u</string>
151
<key>scriptargtype</key>
152
<integer>1</integer>
153
<key>scriptfile</key>
pubspec.yaml
@@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
4
# Prevent accidental publishing to pub.dev.
5
publish_to: 'none'
6
7
-version: 1.3.0
+version: 1.3.1
8
9
environment:
10
sdk: '>=3.2.0 <4.0.0'
0 commit comments