Skip to content

Commit

Permalink
chore: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Nov 28, 2023
1 parent 14c730f commit b1a68f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
rm -rf ${WORK}/schemas/jiandao && mkdir ${WORK}/schemas/jiandao
unzip jiandao.zip -d ${WORK}/schemas/jiandao/
- name: Make Icon
run: |
sudo apt-get install -y imagemagick
convert -background transparent -define 'icon:auto-resize=16,24,32,64,128,256' icon.svg Rabbit.ico
- name: Prepare SharedSupport
run: |
WORK=`pwd`
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Rime
SharedSupport
*.exe
*.dll
*.ico
Binary file removed Rabbit.ico
Binary file not shown.
1 change: 1 addition & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1a68f6

Please sign in to comment.