Skip to content

Commit

Permalink
Fix skin-tone choosing
Browse files Browse the repository at this point in the history
New macOS versions don't have `/usr/bin/python`.
Since the skin-tone choosing component runs a python
script, in this change, we change it from using
`/usr/bin/python` to `/usr/bin/python3`
(`scriptfile.type` from `3` to `9`).
  • Loading branch information
mr-pennyworth committed Feb 6, 2024
1 parent 8787ad7 commit 22f4d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ with open('alfreditems.json', 'w') as f:
<key>scriptfile</key>
<string></string>
<key>type</key>
<integer>3</integer>
<integer>9</integer>
</dict>
<key>type</key>
<string>alfred.workflow.action.script</string>
Expand Down Expand Up @@ -922,7 +922,7 @@ xattr -d com.apple.quarantine ./impbcopy 2&gt; /dev/null &gt; /dev/null
</dict>
</dict>
<key>version</key>
<string>0.1.4</string>
<string>0.1.5</string>
<key>webaddress</key>
<string>https://github.com/mr-pennyworth/alfred-fastest-emoji</string>
</dict>
Expand Down

0 comments on commit 22f4d01

Please sign in to comment.