We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2d2b0 commit 07ebed8Copy full SHA for 07ebed8
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Pack Files
34
run: |
35
rm -rf temp && mkdir -p temp/Lib/librime-ahk && mkdir -p temp/Rime
36
- cp Lib/librime-ahk/rime_api.ahk Lib/librime-ahk/LICENSE temp/Lib/librime-ahk/
+ cp Lib/librime-ahk/rime_api.ahk Lib/librime-ahk/rime_levers_api.ahk Lib/librime-ahk/LICENSE temp/Lib/librime-ahk/
37
cp Lib/*.ahk temp/Lib/
38
cp -r SharedSupport temp/
39
cp dist/lib/rime.dll Rabbit.ahk Rabbit.exe Rabbit.ico RabbitDeployer.ahk LICENSE temp/
0 commit comments