We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30a6e9 commit 221aee6Copy full SHA for 221aee6
action-install.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
rime_version=latest
6
-rime_git_hash=24f0f7b
+rime_git_hash=`curl https://api.github.com/repos/rime/librime/releases/tags/latest | jq '.assets | .[] | select(.name | contains("macOS")) | .name' | jq -s '.[0]' -r | cut -d- -f2`
7
sparkle_version=2.6.2
8
9
rime_archive="rime-${rime_git_hash}-macOS-universal.tar.bz2"
0 commit comments