Skip to content

Commit

Permalink
fix(ci): add tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Nov 15, 2023
1 parent b9fc8d0 commit 8fd0c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cp Lib/librime-ahk/rime_api.ahk Lib/librime-ahk/LICENSE temp/Lib/librime-ahk/
cp Lib/*.ahk temp/Lib/
cp -r SharedSupport temp/
cp dist/lib/rime.dll Rabbit.ahk Rabbit.exe LICENSE temp/
cp dist/lib/rime.dll Rabbit.ahk Rabbit.exe Rabbit.ico LICENSE temp/
cd temp && zip -r -q ../rabbit.zip *
- name: Upload Artifacts
Expand Down
2 changes: 1 addition & 1 deletion Lib/RabbitTrayMenu.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
*/

TraySetIcon("Rabbit.ico")
TraySetIcon("Rabbit.ico") ; https://www.freepik.com/icon/rabbit_4905239
A_TrayMenu.Delete()
A_TrayMenu.add("打开用户文件夹", (*) => Run(A_ScriptDir . "\Rime"))
A_TrayMenu.add("打开脚本文件夹", (*) => Run(A_ScriptDir))
Expand Down

0 comments on commit 8fd0c2f

Please sign in to comment.