Skip to content

Commit

Permalink
chore: update oopilot icon
Browse files Browse the repository at this point in the history
  • Loading branch information
l1shen committed Dec 6, 2024
1 parent 491b311 commit eed90e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified assets/iconfont.woff
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "oopilot",
"displayName": "OOMOL Flexpilot",
"description": "Open-Source, Native and a True GitHub Copilot Alternative for VS Code",
"version": "0.1.1",
"version": "0.1.2",
"icon": "assets/logo.png",
"license": "GPL-3.0-only",
"pricing": "Free",
Expand Down Expand Up @@ -294,17 +294,17 @@
],
"icons": {
"flexpilot-default": {
"description": "Flexpilot Default Logo",
"description": "oopilot Default Logo",
"default": {
"fontPath": "assets/iconfont.woff",
"fontCharacter": "\\e602"
}
},
"flexpilot-disabled": {
"description": "Flexpilot Disabled Logo",
"description": "oopilot Disabled Logo",
"default": {
"fontPath": "assets/fonts.woff",
"fontCharacter": "\\e901"
"fontPath": "assets/iconfont.woff",
"fontCharacter": "\\e604"
}
}
},
Expand Down

0 comments on commit eed90e1

Please sign in to comment.